Commit bfb7317e authored by aiduck's avatar aiduck

publicPath

parent 74b51bd4
...@@ -8,7 +8,7 @@ module.exports = { ...@@ -8,7 +8,7 @@ module.exports = {
output: { output: {
path: path.resolve(__dirname, "dist"), path: path.resolve(__dirname, "dist"),
filename: "[name].js", filename: "[name].js",
publicPath: "dist/", publicPath: "//yun.tuia.cn/",
libraryTarget: "umd", libraryTarget: "umd",
}, },
resolve: { resolve: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment