Skip to content

Commit

Permalink
Merge pull request #602 from 3DStreet/uncomment-core
Browse files Browse the repository at this point in the history
Uncomment core bundle in webpack dev config by default
  • Loading branch information
kfarr authored Jun 10, 2024
2 parents 870ef19 + 785feb1 commit 9ccc8a3
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 9ccc8a3

Please sign in to comment.