UNPKG

build-plugin-rax-app

Version:

The basic webpack configuration for rax project

15 lines 361 B
module.exports = { 'enable-assets': { module: false, commands: ['start'], }, 'dev-targets': { module: false, commands: ['start'], }, 'analyzer-target': { module: require.resolve('../cliOptions/analyzerTarget'), commands: ['start', 'build'], }, }; //# sourceMappingURL=options.config.js.map