Use the webpack asset module with a custom output filename

后端 未结 0 1642
离开以前
离开以前 2021-01-17 23:02

Suppose I had the following webpack.config.js file:

module.exports = {
    //...
    output: {
        filename: "[name].bundle.js",
        path: p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题