UNPKG

@oreodusk/oreonyx

Version:

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

7 lines (4 loc) 130 B
const CommonPlugins = require('./CommonPlugins'); class ServerPlugins extends CommonPlugins{ } module.exports = ServerPlugins;