4.10webpack

默认执行文档webpack.config.js

webpack.config.js:

const path=require('path');
module.export={
    entry:path.join(__dirname,'./src/index.js'),
    output:
}

你可能感兴趣的:(4.10webpack)