UNPKG

@oreodusk/oreonyx

Version:

Module bundler and code compilation helper. Provide webpack configurations for SSR and CSR applications.

11 lines (8 loc) 262 B
//This file contains all extra configuration both browser and runtime const NodeExternal = require('webpack-node-externals'); class Extra{ nodeExternals() { return NodeExternal({allowlist: [/^(.(?!.*\.css$))*$/i]}); } } module.exports = Extra;