Skip to content

Commit 2b31d12

Browse files
author
Lionel Bijaoui
committed
Single export
- No more core vs full since both are the same right now - Optionnal fields will be removed from it in future update
1 parent b603196 commit 2b31d12

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.env.development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
VUE_APP_FULL_BUNDLE=true
21
VUE_APP_DEV_PROJECT=["basic", "checklist", "custom", "full", "grouping", "multiselect", "multi", "picker"]

.env.test

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"scripts": {
88
"serve": "vue-cli-service serve",
99
"prebuild": "npm run test:unit",
10-
"build": "npm run build:core && npm run build:full",
11-
"build:core": "cross-env VUE_APP_FULL_BUNDLE=false vue-cli-service build --no-clean --target lib --name vfg-core src/index.js --report",
12-
"build:full": "cross-env VUE_APP_FULL_BUNDLE=true vue-cli-service build --no-clean --target lib --name vfg src/index.js --report",
10+
"build": "vue-cli-service build --no-clean --target lib --name vfg src/index.js --report",
1311
"lint": "vue-cli-service lint",
1412
"test:unit": "nyc vue-cli-service test:unit --include ./tests/unit/setup.js",
1513
"coverall": "cat ./tests/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
@@ -35,10 +33,6 @@
3533
"dist/vfg.css",
3634
"dist/vfg.umd.js",
3735
"dist/vfg.umd.min.js",
38-
"dist/vfg-core.common.js",
39-
"dist/vfg-core.css",
40-
"dist/vfg-core.umd.js",
41-
"dist/vfg-core.umd.min.js",
4236
"src"
4337
],
4438
"author": "Icebob",
@@ -69,7 +63,6 @@
6963
"cleave.js": "1.4.4",
7064
"conventional-changelog-cli": "2.0.5",
7165
"coveralls": "3.0.2",
72-
"cross-env": "5.2.0",
7366
"eonasdan-bootstrap-datetimepicker": "4.17.47",
7467
"fakerator": "0.3.0",
7568
"fecha": "2.3.3",

0 commit comments

Comments
 (0)