Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Add ability to use plugins #138

Closed
Comandeer opened this issue Nov 21, 2018 · 0 comments · Fixed by #141
Closed

Add ability to use plugins #138

Comandeer opened this issue Nov 21, 2018 · 0 comments · Fixed by #141
Milestone

Comments

@Comandeer
Copy link
Owner

Babel can use plugins alongside presets. Therefore rollup-plugin-babel-minify should allow passing additional plugins via plugins option:

rollupPlugin( {
	plugins: [
		'@babel/plugin-syntax-dynamic-import'
	]
} )
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant