猿來學(xué)院Python爬蟲高級(jí)開發(fā)從入門到精通+實(shí)戰(zhàn)案例全景分析
轉(zhuǎn)換這些文件,使其能被添加到依賴圖中(使用
use
屬性)
webpack.config.jsmodule.exports = {
? ?entry: './path/to/my/entry/file.js',
? ?output: {
? ? ? ?path: path.resolve( __dirname, 'dist' )
? ? ? ?filename: 'my-first-webpack-bundle.js'
? ?},
? ?module: {
? ? ? ?rules: [
? ? ? ? ? ?{
? ? ? ? ? ? ? ?// 遇到匹配的文件,使用 loader 進(jìn)行轉(zhuǎn)換
標(biāo)簽: