babel-plugin-replace-current-module

1.0.0 • Public • Published

babel-plugin-replace-current-module

NPM version Build Status


Example

convert

window['@@module'] = require('@@module')

to

// xxx is current module name
window['xxx'] = require('/work/xxx/index.js');

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-replace-current-module

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • gxcsoccer