make-webpack-config

![Build status](https://github.com/faergeek/make-webpack-config/actions/workflows/checks.yml/badge.svg)

MIT License

Downloads
1.3K
Stars
1
Committers
5

Bot releases are visible (Hide)

make-webpack-config - v11.0.6

Published by github-actions[bot] over 3 years ago

11.0.6 (2021-06-13)

Bug Fixes

  • asset/source -> asset/resource (97c20cf)
make-webpack-config - v11.0.5

Published by github-actions[bot] over 3 years ago

11.0.5 (2021-06-13)

Performance Improvements

  • do not inline binary assets (01b30c3)
make-webpack-config - v11.0.4

Published by github-actions[bot] over 3 years ago

11.0.4 (2021-06-09)

Performance Improvements

  • inline svgs using mini-svg-data-uri (74dfee5)
make-webpack-config - v11.0.3

Published by github-actions[bot] over 3 years ago

11.0.3 (2021-06-09)

Performance Improvements

  • deps: use asset modules for assets (bad2f5f)
make-webpack-config - v11.0.2

Published by github-actions[bot] over 3 years ago

11.0.2 (2021-06-07)

Bug Fixes

  • handle .ico with file-loader (21fdd68)
make-webpack-config - v11.0.1

Published by github-actions[bot] over 3 years ago

11.0.1 (2021-06-07)

Bug Fixes

  • remove friendly-errors-webpack-plugin (3c3c8df)
make-webpack-config - v11.0.0

Published by github-actions[bot] over 3 years ago

11.0.0 (2021-06-07)

Performance Improvements

  • use named exports for css (d2048cc)

BREAKING CHANGES

  • you must change default imports to namespace imports
    like this:

Before:

import css from 'example.module.css'

After:

import * as css from 'example.module.css'
make-webpack-config - v10.1.1

Published by github-actions[bot] over 3 years ago

10.1.1 (2021-06-07)

Performance Improvements

  • disable progress indicator in browser (a2e2467)
make-webpack-config - v10.1.0

Published by github-actions[bot] over 3 years ago

10.1.0 (2021-06-07)

Features

make-webpack-config - v10.0.1

Published by github-actions[bot] over 3 years ago

10.0.1 (2021-06-05)

Bug Fixes

  • handle .otf with url-loader (6b976db)
make-webpack-config - v10.0.0

Published by github-actions[bot] over 3 years ago

10.0.0 (2021-06-05)

Bug Fixes

  • extract node externals from consumer deps (099ff34)

BREAKING CHANGES

  • nodeExternals option is removed
make-webpack-config - v9.0.1

Published by github-actions[bot] over 3 years ago

9.0.1 (2021-06-05)

Bug Fixes

  • deps: remove webpack-node-externals (a6ed30e)
make-webpack-config - v9.0.0

Published by github-actions[bot] over 3 years ago

9.0.0 (2021-06-05)

Features

  • add nodeExternals option (2c5d552)

BREAKING CHANGES

  • externals are no longer configured by default, to
    preserve the old behavior, copy nodeExternals example from README.md
make-webpack-config - v8.0.1

Published by github-actions[bot] over 3 years ago

8.0.1 (2021-06-05)

Bug Fixes

  • make sure aliases work in node (9bfbe10)
make-webpack-config - v8.0.0

Published by github-actions[bot] over 3 years ago

8.0.0 (2021-06-03)

Performance Improvements

  • don't extract runtime chunk by default (d71dd17)

BREAKING CHANGES

  • you need to enable extractRuntimeChunk option to
    preserve the old behavior
make-webpack-config - v7.1.0

Published by github-actions[bot] over 3 years ago

7.1.0 (2021-06-01)

Features

  • add support for prefresh (8611ebc)
make-webpack-config - v7.0.2

Published by github-actions[bot] over 3 years ago

7.0.2 (2021-06-01)

Bug Fixes

  • deps: update dependency sass-loader to v12 (18d95f6)
make-webpack-config - v7.0.1

Published by github-actions[bot] over 3 years ago

7.0.1 (2021-06-01)

Bug Fixes

  • deps: update dependency css-minimizer-webpack-plugin to v3.0.1 (5201b87)
make-webpack-config - v7.0.0

Published by github-actions[bot] over 3 years ago

7.0.0 (2021-05-31)

Performance Improvements

  • use node-sass instead of dart-sass (acdcbfb)

BREAKING CHANGES

  • underlying sass implementation is changed
make-webpack-config - v6.0.3

Published by github-actions[bot] over 3 years ago

6.0.3 (2021-05-29)

Bug Fixes

  • improve runtime chunk name (51075ad)
  • improve vendor bundle names (45246ad)