webpack.config.preload_realm.js 174 B

123456
  1. module.exports = require('./webpack.config.base')({
  2. target: 'preload_realm',
  3. alwaysHasNode: false,
  4. wrapInitWithProfilingTimeout: true,
  5. wrapInitWithTryCatch: true
  6. });