Skip to content

Commit da543eb

Browse files
committed
Lil
1 parent ab86d84 commit da543eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ module.exports = {
4747
output: {
4848
path: path.resolve(__dirname, "dist"),
4949
filename: "js/[name].bundle.js",
50-
// publicPath: "/",
51-
publicPath: "./",
50+
// publicPath: "/", // local dev
51+
publicPath: "./", // remote deploy
5252
clean: true,
5353
},
5454
module: {

0 commit comments

Comments
 (0)