Add publicPath property to your output config, that points to your output directory (in your case ./dist). Example: output: { path: PATHS.build, ...
確定! 回上一頁