app.jsmodule.exports={get:function(){return'max'}}main.jsvarapp=require('./app.js');varJ=require('./jquery-latest.js');J('p').text(app.get());webpack.config.jsmodule.exports={entry:"./main.js",output:{path:__dirname,filename:"bundle.js"}};請問我不想合并jquery,我怎么過濾掉jquery,合并它
webpack 合并的時候怎么不處理第三方j(luò)s,例如jquery
胡說叔叔
2019-04-19 16:11:52