plasticine / inject-loader

💉📦 A Webpack loader for injecting code into modules via their dependencies.
https://www.npmjs.com/package/inject-loader
MIT License
482 stars 47 forks source link

Should this work with babel-core/register? #33

Closed ghost closed 7 years ago

ghost commented 7 years ago

I'm using mocha and execute my tests like so:

cross-env NODE_ENV=test ./node_modules/mocha/bin/mocha --compilers js:babel-core/register --recursive

My package.json looks like this.

Should this setup work with inject-loader?

Thanks

Lewis