2.1.0 • Published 6 years ago

oj-plugin v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

oj-plugin

Webpack plugin to replace conflicting code from Oracle Jet's ojs/ojcore file

Installation

yarn add --dev oj-plugin

How to use

const ojPlugin = require('oj-plugin');

//...

plugins: [
  // ...
  new ojPlugin()
]
plugins: [
  // ...
  new ojPlugin({
    // plugin default path
    ojCorePath: "node_modules/oraclejet/dist/js/libs/oj/debug/ojcore.js"
  })
]

What it does

Check the replacements done in the index.js. They are a few but are documented.

License

MIT (http://www.opensource.org/licenses/mit-license.php)

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago