Js | Cli使用leader报错!!!

index.js require("./style.css"); document.write(require("./index2.js")); index2.js module.exports = "HelloWorld2"; style.css body { background: yellow; } dos输入: webpack index.js bundle.js --module
相关文章
相关标签/搜索