Upgrade buildup to 0.0.17

This commit is contained in:
Miel Truyen 2019-02-03 18:45:44 +01:00
parent 7f66a907e0
commit 8284cefccd
5 changed files with 493 additions and 231 deletions

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -108,7 +108,7 @@ async function build(options) {
{
// array in, single out
in: [
"@cerxes/cxs",
"@cerxes/cxs-ui",
],
out: "lib/vendor.js",
bundle:"flat",

View File

@ -11,7 +11,7 @@
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"@cerxes/buildup": "^0.0.16",
"@cerxes/buildup": "^0.0.17",
"@cerxes/cxs-ui": "^0.0.3",
"@webcomponents/webcomponentsjs": "~2.1.3",
"compression": "^1.7.3",

View File

@ -1,4 +1,4 @@
import {JDOM} from "@cerxes/cxs";
import {JDOM} from "@cerxes/cxs-ui";
import appStyle from "assets/main.less";
import pageStyle from "./index.page.less";

712
yarn.lock

File diff suppressed because it is too large Load Diff