jepperaskdk

Results 46 comments of jepperaskdk

@akash0802 I'm declining this PR. If you think my observation above is incorrect, please open a new issue.

From 2.0.3 we prebuild both minified and unminified static assets for each release: https://github.com/puikinsh/Adminator-admin-dashboard/releases You can build these yourself as well, using `npm run release:unminified` or `npm run release:minified`.

Closing, please let us know if you continue to see this error.

Thanks for contributing this. I'm wondering if it is necessary though, as our only dependency is node-12. You could just run the node-12 image directly, mounting your current directory (adminator)...

Closing, let me know if you think it should be reopened.

Cool, do you know how to reproduce the stacktrace?

Ah - didn't realize this error is triggered on all pages, except calendar.html. Good job! @puikinsh Lets merge this one.

@puikinsh I have reviewed this, and the solution is correct. Should we merge and bump the minor/build version?

You could update `webpack/plugins/htmlPlugin.js` to something like this: ``` module.exports = Object.keys(titles).map(title => { if (manifest.IS_PRODUCTION) { return new HtmlWebpackPlugin({ template: path.join(manifest.paths.src, `${title}.html`), path: manifest.paths.build, filename: `${title}.html`, inject: true, minify:...

From 2.0.3 we prebuild both minified and unminified static assets for each release: https://github.com/puikinsh/Adminator-admin-dashboard/releases You can build these yourself as well, using `npm run release:unminified` or `npm run release:minified`.