Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Add minified version, build with rollup #55

Merged
merged 2 commits into from
Jul 13, 2017
Merged

Add minified version, build with rollup #55

merged 2 commits into from
Jul 13, 2017

Conversation

shrpne
Copy link
Contributor

@shrpne shrpne commented Jul 13, 2017

I used rollup to bundle v-mask.
It fixes #17

For now it builds into ES2015 module, specified in module field in package.json,
and into UMD modules, both regular and minified versions.

Jest requires babel modules option to be commonjs, and Rollup requirs it to be false. So I added env section to babelrc, and made test tasks to run with NODE_ENV=test

@probil probil merged commit e85d063 into probil:master Jul 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Precompiled version
2 participants