platojs
v3.0.0-beta.36
Published
Libraries of PLATO
Maintainers
Readme
PLATOJS
Libraries of PLATO
Install
$ npm install platojs -SUsage
import xxx from 'platojs/.../...'Webpack
...
module: {
rules: [
...
{
test: /\.js$/,
// platojs needs babel
exclude: /node_modules[/\\](?!platojs)/,
loader: 'babel-loader'
},
...
]
}
...