const TARGET = process.env.npm_lifecycle_event; if (TARGET === 'dev') { module.exports = require('./path-to/webpack.config.dev.js'); } ...
確定! 回上一頁