You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#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.