Skip to content

Commit a1da22c

Browse files
Configurations updated
1 parent 432e5b0 commit a1da22c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

webpack.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = {
77
entry: "./src/index.js",
88
output: {
99
path: path.resolve(__dirname, "dist"),
10-
publicPath: "/",
1110
},
1211
devServer: {
1312
static: { directory: path.join(__dirname, "dist") },
@@ -47,9 +46,7 @@ module.exports = {
4746
],
4847
},
4948
plugins: [
50-
new MiniCssExtractPlugin({
51-
filename: "styles.css",
52-
}),
49+
new MiniCssExtractPlugin(),
5350
new HtmlWebpackPlugin({
5451
template: "./src/index.html",
5552
}),

0 commit comments

Comments
 (0)