1
0
mirror of synced 2025-01-19 17:01:43 +03:00

Makes iife build use VueFormulate keyword

This commit is contained in:
Justin Schroeder 2020-02-28 10:56:46 -05:00
parent 9775e14770
commit 8576bd0b71
2 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@ import { terser } from 'rollup-plugin-terser'
export default {
input: 'src/Formulate.js', // Path relative to package.json
output: {
name: 'Formulate',
name: 'VueFormulate',
exports: 'named',
format: 'iife',
globals: {
'is-plain-object': 'isPlainObject',
'nanoid': 'nanoid',

File diff suppressed because one or more lines are too long