diff --git a/webpack.config.js b/webpack.config.js index bde662b69..186ce8796 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -22,6 +22,7 @@ module.exports = { editor: { import: './src/editor/index.js', filename: '3dstreet-editor.js' } }, output: { + publicPath: '/dist/', path: path.join(__dirname, 'dist'), libraryTarget: 'umd' },