var baseConfig = {
module: {
loaders: [
{ test: /\.(png|jpg)$/, loader: "url?limit=1000"},
{ test: /\.html$/, loader: "html"}
]
},
};
var configurationCreator = require('webpack-configuration');
module.exports = configurationCreator(baseConfig, {
commonsChunk: true,
extractCSS: true,
path: 'dist/',
publicPath: "http://static.example.com/assets",
featureFlags: {
DEBUG: false
}
});
-
Notifications
You must be signed in to change notification settings - Fork 0
theasta/webpack-configuration
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A configuration generator for Webpack
Resources
Stars
Watchers
Forks
Packages 0
No packages published