Closed YaroslavPodorvanov closed 4 years ago
app.js is something new. Let's just keep things the same, but remove the parts of highlight.js that we don't need.
app.js is something new
, yes, app.js
is build of other needest file
you can build app.js
yourself with
rm -rf ./dist
npm install -D
npm run build
Sorry, but this works fine without npm as-is. I'll close this unless we can find a way to slim it down without, ironically, adding heavy dependencies.
I only transform already added html-direct dependencies to npm-direct dependencies, without any new dependencies, as for me webpack-npm is right way
I will try solve other issues in this project, and maybe you'll change your mind
I just like to keep things simple. This project doesn't need all the fancy tooling. It's just a few JS files (some minified) that a static HTML page uses.
package.json
&webpack.config.js
need to buildapp.js
json-to-go.test.js
need to be sure that jsonToGo work finei did minimal changes to optimize, that matter