changes
This commit is contained in:
parent
9f37dbcb0f
commit
e3bf1068fc
|
@ -1,4 +1,8 @@
|
||||||
|
const path=require("path")//导入path全局包
|
||||||
module.exports={
|
module.exports={
|
||||||
entry:"./src/index.js",
|
entry:"./src/index.js",
|
||||||
output:"./dist/result.js"
|
output:{
|
||||||
|
path:path.resolve(__dirname,"dist"),
|
||||||
|
filename:"result.js",
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue