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
{{ message }}
This repository was archived by the owner on Sep 25, 2021. It is now read-only.
Include an example of specifying babel presets from within the webpack configuration, since it's not obvious how to do this if you're not using a separate babel config. Linked to babelrc doc and 'Setting up Babel 6' article since the syntax shown in the previously linked article for including query parameters doesn't work in this case as there are multiple loaders used.
Presets can be specified as part of a [Babel config](https://babeljs.io/docs/usage/babelrc/) as outlined in [Setting up Babel 6](https://babeljs.io/blog/2015/10/31/setting-up-babel-6), or you may specify Babel presets for your loader within your webpack configuration:
0 commit comments