Skip to content

v1.40.0

Compare
Choose a tag to compare
@birdofpreyru birdofpreyru released this 04 Aug 11:52
· 64 commits to master since this release
  • [#375] Improves Babel and Webpack configs provided by the library:
    • Adds modules option to Babel config factory, which defaults to false in the config for Webpack, and cjs in the config for NodeJS.
    • Avoid overriding the user-provided (if provided) targets option in the config for NodeJS.
    • Adds babelLoaderExclude option to the Webpack config factory. It is set to [] for production app config, to ensure that Babel re-compiles all 3rd-party modules to ensure the output bundle satisfies requested target environment compatibility.
    • Adds cookie to the list of external modules in the Webpack config for libraries.
  • Update of dependencies.