2.1.0 • Published 8 years ago
oj-plugin v2.1.0
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.