mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
.. | ||
__tests__ | ||
src | ||
babel.config.json | ||
jsconfig.json | ||
package.json | ||
README.md | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js |
core-js
Core-JS defines custom functions for the Wisemapping ecosystem.
Production
To build up the package core-js and use in production, you have to use command yarn build
Usage
To start using core-js it has to be required as a module and then intanciarce as a function
import coreJs from 'core-js';
coreJs();