Babel plugin to inject some custom import
statement.
.babel.config.json
{
"plugins": [
[
"inject-import",
{
"inject": [{
"name": null,
"path": "./style.css",
"file": "src/GanttReact/index.js"
},{
"name": "test",
"path": "test",
"file": "src/GanttReact/index.js"
}]
}
]
]
}