Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.
/ oj-plugin Public archive

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

Notifications You must be signed in to change notification settings

tomasAlabes/oj-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published