Sha256: e2baa50cda293f5efc6357387ddb73bebe9709755a8cec7d497f6c8ff204b4a8

Contents?: true

Size: 475 Bytes

Versions: 44

Compression:

Stored size: 475 Bytes

Contents

module.exports = {
  entry: {
    gonzales: './src/gonzales'
  },
  output: {
    filename: 'gonzales.js',
    library: 'gonzales',
    libraryTarget: 'umd',
    path: __dirname + '/lib'
  },
  module: {
    loaders: [
      {
        test: /\.js?$/,
        exclude: /node_modules/,
        loader: 'babel',
        query: {
          plugins: ['add-module-exports'],
          presets: [
            ["es2015", { "loose": true }]
          ]
        }
      }
    ]
  }
};

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
govuk_publishing_components-18.0.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.21.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.20.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.19.1 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.19.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.18.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.17.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.16.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.15.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.14.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.13.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.12.2 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.12.1 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.12.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.11.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.10.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.9.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.8.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.7.0 node_modules/gonzales-pe-sl/webpack.config.js
govuk_publishing_components-17.6.1 node_modules/gonzales-pe-sl/webpack.config.js