Skip to content

Commit

Permalink
true changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnd-mhuchet committed Jul 11, 2024
1 parent 4a4ed6d commit c6cdea0
Show file tree
Hide file tree
Showing 30 changed files with 26,831 additions and 16,691 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"webpack": {
"debug": false,
"config": {
"development": "./webpack.config.dev.js",
"production": "./webpack.config.js"
"development": "./webpack.config.dev.js"
}
},
"dynamic-cdn-webpack-plugin": false
Expand Down
30 changes: 15 additions & 15 deletions component-starter-server/src/main/frontend/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ const setupBackend = require('./backend');

// });
module.exports = {
// output: {
// publicPath: './',
// },
// devServer: {
// setupMiddlewares: setupBackend,
// host: '0.0.0.0',
// historyApiFallback: true,
// },
// resolve: {
// symlinks: false,
// },
// watchOptions: {
// ignored: '**/node_modules',
// followSymlinks: true, // when symlinks.resolve is false, we need this to make sure dev server picks up the changes in the symlinked files and rebuilds
// },
output: {
publicPath: './',
},
devServer: {
setupMiddlewares: setupBackend,
host: '0.0.0.0',
historyApiFallback: true,
},
resolve: {
symlinks: false,
},
watchOptions: {
ignored: '**/node_modules',
followSymlinks: true, // when symlinks.resolve is false, we need this to make sure dev server picks up the changes in the symlinked files and rebuilds
},
};
20 changes: 0 additions & 20 deletions component-starter-server/src/main/frontend/webpack.config.js

This file was deleted.

24 changes: 0 additions & 24 deletions component-tools-webapp/src/main/frontend/.babelrc

This file was deleted.

Loading

0 comments on commit c6cdea0

Please sign in to comment.