Tag: Webpack

How to Fix Webpack Dynamic Import with Wrong Path

November 20, 2020 ยท 1 min read
When using the dynamic import for code splitting you'll need to specify the publicPath option to let Webpack know where your assets are.