UNPKG
@oreodusk/oreonyx
Version:
latest (1.2.0)
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
UI module bundler helper
github.com/toerso/oreonnyx
toerso/oreonnyx
@oreodusk/oreonyx
/
src
/
webpack
/
plugins
/
ServerPlugins.js
7 lines
(4 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
const CommonPlugins =
require
(
'./CommonPlugins'
);
class
ServerPlugins
extends
CommonPlugins
{ } module.exports = ServerPlugins;