Makes iife build use VueFormulate keyword
This commit is contained in:
parent
9775e14770
commit
8576bd0b71
@ -8,8 +8,9 @@ import { terser } from 'rollup-plugin-terser'
|
|||||||
export default {
|
export default {
|
||||||
input: 'src/Formulate.js', // Path relative to package.json
|
input: 'src/Formulate.js', // Path relative to package.json
|
||||||
output: {
|
output: {
|
||||||
name: 'Formulate',
|
name: 'VueFormulate',
|
||||||
exports: 'named',
|
exports: 'named',
|
||||||
|
format: 'iife',
|
||||||
globals: {
|
globals: {
|
||||||
'is-plain-object': 'isPlainObject',
|
'is-plain-object': 'isPlainObject',
|
||||||
'nanoid': 'nanoid',
|
'nanoid': 'nanoid',
|
||||||
|
2
dist/formulate.min.js
vendored
2
dist/formulate.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user