mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-23 22:33:57 +08:00
changing public path in base config instead of just dev
This commit is contained in:
parent
31cfeef2a9
commit
e944a3684e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ const BASE_CONFIG = {
|
|||
},
|
||||
resolve: { extensions: [".ts", ".js"] },
|
||||
output: {
|
||||
publicPath: "/",
|
||||
filename: "./js/[name].[chunkhash:8].js",
|
||||
path: resolve(__dirname, "../public/"),
|
||||
clean: true,
|
||||
|
|
Loading…
Reference in a new issue