Skip to content

Commit

Permalink
Set publicPath to /dist in webpack.config.js for development build to…
Browse files Browse the repository at this point in the history
… be in memory
  • Loading branch information
vincentfretin committed May 29, 2024
1 parent b6260f3 commit a37ec6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down

0 comments on commit a37ec6f

Please sign in to comment.