webpack之旅03-output

    xiaoxiao2021-03-26  20

    { entry: { app: './src/app.js', search: './src/search.js' }, output: { filename: '[name].js', path: __dirname + '/build' } } // writes to disk: ./build/app.js, ./build/search.js
    转载请注明原文地址: https://ju.6miu.com/read-660005.html

    最新回复(0)