2.3.0 • Published 7 years ago

@attic/webpack-config v2.3.0

Weekly downloads
16
License
Apache-2.0
Repository
github
Last release
7 years ago

webpack-config is the shared webpack config for noms.

To use without changing the default configuration - fine for most purposes - just run webpack like:

node_modules/.bin/webpack --config node_modules/@attic/webpack-config/index.js ...

webpack-config can also be configured (see configure in index.js), then required as part of a different webpack config, like:

// my.webpack.config.js

module.exports = require('@attic/webpack-config').configure({
  requiredEnvVars: ['MY_ENV_VARIABLE']
});
2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago