Skip to content

Commit 4769379

Browse files
committed
Update: Build stack
1 parent 9405188 commit 4769379

File tree

5 files changed

+8
-40
lines changed

5 files changed

+8
-40
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010
/.yarnclean export-ignore
1111
/CODE_OF_CONDUCT.md export-ignore
1212
/package.json export-ignore
13-
/rollup.config.js export-ignore

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

Resources/Private/Templates/LoadCssAsync.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22
"license": "UNLICENSED",
33
"private": true,
44
"scripts": {
5-
"start": "rollup --config --watch",
6-
"build": "rollup --config",
7-
"pipeline": "yarn install;rollup --config --environment production"
8-
},
9-
"babel": {
10-
"presets": [
11-
"@babel/env"
12-
]
5+
"start": "esbuild Resources/Private/Assets/LoadCssAsync.js --bundle --minify --watch --outdir=Resources/Private/Templates",
6+
"build": "esbuild Resources/Private/Assets/LoadCssAsync.js --bundle --minify --outdir=Resources/Private/Templates",
7+
"pipeline": "yarn install;yarn build"
138
},
149
"browserslist": [
1510
"> 1%",
@@ -18,14 +13,10 @@
1813
],
1914
"dependencies": {},
2015
"devDependencies": {
21-
"@babel/core": "^7.11.1",
22-
"@babel/preset-env": "^7.11.0",
23-
"@rollup/plugin-babel": "^5.1.0",
16+
"esbuild": "^0.15.5",
2417
"eslint": "^7.6.0",
2518
"eslint-config-prettier": "^6.11.0",
2619
"eslint-plugin-prettier": "^3.1.4",
27-
"prettier": "^2.0.5",
28-
"rollup": "^2.23.1",
29-
"rollup-plugin-terser": "^7.0.0"
20+
"prettier": "^2.0.5"
3021
}
3122
}

rollup.config.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)