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