webpack.config.js裏的plugins配置如下 plugins: [ new webpack.ProvidePlugin({ $:"jquery" }), new CopyWebpackPlugin([{ from: __dirname + ...
確定! 回上一頁