UNPKG

@honor-minigame/cli

Version:

honor minigame pack cli

18 lines (16 loc) 358 B
import * as paths from '../lib/paths.js' export default { mode: 'none', // target: 'node', context: paths.PROJECT_PATH, output: { filename: '[name].js', path: paths.BUILD, globalObject: 'this', publicPath: '' }, // amd: false, ignoreWarnings: [ (warning) => warning.message.includes('DEP_WEBPACK_COMPILATION_ASSETS') ] }