Skip to content

Commit

Permalink
Uncomment core bundle in webpack dev config by default, json utils ar…
Browse files Browse the repository at this point in the history
…e in core
  • Loading branch information
vincentfretin committed Jun 10, 2024
1 parent 870ef19 commit 785feb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ module.exports = {
editor: {
import: ['./src/editor/index.js'],
filename: '3dstreet-editor.js'
}
},
// react-refresh doesn't work with multiple entry points so we use the production build of aframe-street-component.js in development,
// you will need to run `npm run dist` to see your changes or uncomment temporarily the following line and run `npm start` again.
// core: { import: './src/index.js', filename: 'aframe-street-component.js' }
core: { import: './src/index.js', filename: 'aframe-street-component.js' }
},
output: {
publicPath: '/dist/',
Expand Down

0 comments on commit 785feb1

Please sign in to comment.