FormidableLabs / babel-plugin-transform-define

Compile time code replacement for babel similar to Webpack's DefinePlugin
MIT License
245 stars 31 forks source link

Move devDependencies #2

Closed nevir closed 8 years ago

nevir commented 8 years ago

It doesn't appear like any of the current dependencies are actually production dependencies - moving them to devDependencies cuts down on the # of modules installed by consumers

baer commented 8 years ago

Done in https://github.com/FormidableLabs/babel-plugin-transform-define/pull/9