Upgrade buildup to 0.0.17
This commit is contained in:
parent
7f66a907e0
commit
8284cefccd
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal 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>
|
||||||
@ -108,7 +108,7 @@ async function build(options) {
|
|||||||
{
|
{
|
||||||
// array in, single out
|
// array in, single out
|
||||||
in: [
|
in: [
|
||||||
"@cerxes/cxs",
|
"@cerxes/cxs-ui",
|
||||||
],
|
],
|
||||||
out: "lib/vendor.js",
|
out: "lib/vendor.js",
|
||||||
bundle:"flat",
|
bundle:"flat",
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"@babel/polyfill": "^7.0.0",
|
"@babel/polyfill": "^7.0.0",
|
||||||
"@babel/preset-env": "^7.1.0",
|
"@babel/preset-env": "^7.1.0",
|
||||||
"@babel/register": "^7.0.0",
|
"@babel/register": "^7.0.0",
|
||||||
"@cerxes/buildup": "^0.0.16",
|
"@cerxes/buildup": "^0.0.17",
|
||||||
"@cerxes/cxs-ui": "^0.0.3",
|
"@cerxes/cxs-ui": "^0.0.3",
|
||||||
"@webcomponents/webcomponentsjs": "~2.1.3",
|
"@webcomponents/webcomponentsjs": "~2.1.3",
|
||||||
"compression": "^1.7.3",
|
"compression": "^1.7.3",
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import {JDOM} from "@cerxes/cxs";
|
import {JDOM} from "@cerxes/cxs-ui";
|
||||||
import appStyle from "assets/main.less";
|
import appStyle from "assets/main.less";
|
||||||
import pageStyle from "./index.page.less";
|
import pageStyle from "./index.page.less";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user