Skip to content

Commit

Permalink
fix: webpack.common.mjs μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Aug 8, 2024
1 parent 6b5753c commit 326f45e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions client/webpack.common.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ export default {
'@utils': path.resolve(__dirname, 'src/utils/'),
},
},
<<<<<<< HEAD:client/webpack.common.mjs
=======
output: {
path: path.join(__dirname, 'dist'),
filename: '[name].[hash].js',
publicPath: '/',
},
>>>>>>> fe-dev:client/webpack.config.js
module: {
rules: [
{
Expand Down Expand Up @@ -61,15 +53,4 @@ export default {
],
}),
],
<<<<<<< HEAD:client/webpack.common.mjs
=======
devServer: {
port: 3000,
hot: true,
historyApiFallback: true,
client: {
overlay: false,
},
},
>>>>>>> fe-dev:client/webpack.config.js
};

0 comments on commit 326f45e

Please sign in to comment.