Skip to content

Commit

Permalink
fix webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed May 20, 2024
1 parent 1b60157 commit f10a847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ global.compiledTemplates = {
'heta-code.heta.njk': require('./templates/heta-code.heta.njk'),
'dbsolve-model.slv.njk': require('./templates/dbsolve-model.slv.njk'),
'dot.dot.njk': require('./templates/dot.dot.njk'),
'summary.md.njk': require('summary.md.njk'),
'summary.md.njk': require('./templates/summary.md.njk'),
'julia-model.jl.njk': require('./templates/julia-model.jl.njk'),
'julia-run.jl.njk': require('./templates/julia-run.jl.njk'),
'matlab-model.m.njk': require('./templates/matlab-model.m.njk'),
Expand Down

0 comments on commit f10a847

Please sign in to comment.