Skip to content

Fix assets management, use webpack externals

Compare
Choose a tag to compare
@scriptex scriptex released this 03 Nov 09:16
· 1157 commits to master since this release

This release fixes an issue with clean-webpack-plugin where the 3rd party assets (fonts, images, etc) were not correctly copied in the dist folder.
This release also improves the usage of browser globals in JS modules by extending the Webpack configuration to also include externals setting.
All dependencies have been updated to their latest versions.