Skip to content

Commit

Permalink
Merge pull request #933 from 3DStreet/webpack-prod
Browse files Browse the repository at this point in the history
cleanup prod webpack
  • Loading branch information
kfarr authored Nov 15, 2024
2 parents 407b72e + 1c9eb4f commit 0db2c84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ module.exports = {
mode: 'production',
devtool: 'source-map',
entry: {
core: { import: './src/index.js', filename: 'aframe-street-component.js' },
editor: { import: './src/editor/index.js', filename: '3dstreet-editor.js' }
core: { import: './src/index.js', filename: 'aframe-street-component.js' }
},
output: {
clean: true,
Expand Down

0 comments on commit 0db2c84

Please sign in to comment.