-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate from rollup-plugin-babel to @rollup/plugin-babel
BREAKING: requires Node 10+ - was getting a warning on install: - "npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel." - c.f. https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md#breaking-changes - `babelPlugin.custom` is now a separate export, `createBabelInputPluginFactory` - `babelHelpers: 'bundled'` was added - this is the default and backward-compatible with 4.x, but they recommended explicitly configuring it as such - c.f. https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md#v510 - typings have been added to the package directly, no need to declare module to workaround lack of typings anymore - remove old commented out line referring to rollup-plugin-babel as well Co-Authored-By: Anton Gilgur <[email protected]>
- Loading branch information
1 parent
6ba173f
commit edfc7f0
Showing
5 changed files
with
19 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters