warning-require-jsx-file
v1.0.1
Published
this is a webpack plugin, when you require .jsx file, warning you~
Downloads
11
Maintainers
Readme
warning-require-jsx-file
this is a webpack plugin, when you require .jsx file, warning you~
USE
npm i --save-dev warning-require-jsx-fileand then in your webpack file
var checkJSXFile = require('check-jsx-file');
plugins: [
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.HotModuleReplacementPlugin(),
new checkJSXFile(),
new webpack.NoErrorsPlugin()
]
