webpack-config-entry
v0.3.0
Published
Setup simple configuration for your [webpack] entry points.
Downloads
3
Readme
webpack-config-entry
Setup simple configuration for your webpack entry points.
Usage
Install:
npm install --save webpack-config-entry
Add to your webpack.config.babel.js
:
import entry from `webpack-config-entry`;
entry()({
/* existing webpack configuration */
})