0.1.0 • Published 7 years ago

@pavilionius/webpack v0.1.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
7 years ago

Customizing the default webpack configuration

You can create a pavilionius.webpack.js configuration file to customize some of the default webpack configuration that is exported here. Schema:

module.exports = {
  aliases: {
    [name: string]: string
  },

  vendors: [string]
}