diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-04-02 08:11:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 02:11:04 +0200 |
commit | 42efa14f51587542db9e118812171d2dcbe2b385 (patch) | |
tree | f549b971f6e41125c51973fc01123dd4c92f7ce0 /semantic.json | |
parent | bc1f2117f1be539e971c90877658a8e456ce9e25 (diff) | |
download | gitea-42efa14f51587542db9e118812171d2dcbe2b385.tar.gz gitea-42efa14f51587542db9e118812171d2dcbe2b385.zip |
Introduce esbuild on webpack (#14578)
* Vendor node mods as cache; fix esbuild/fomantic offline build
* Fix --exclude; use bsdtar for consistent globbing
* Fall back to GNU tar; forward-compatible for APT 2.0
* Avoid having extd. attrs with bsdtar
* Dependency and misc. optimizations
* Remove extra code after esbuild-loader update
Co-authored-by: Mike L <cl.jeremy@qq.com>
Diffstat (limited to 'semantic.json')
-rw-r--r-- | semantic.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/semantic.json b/semantic.json index 3b927d58f4..c0fcd79a83 100644 --- a/semantic.json +++ b/semantic.json @@ -9,12 +9,12 @@ "themes": "src/themes/" }, "output": { - "packaged": "../../web_src/fomantic/build/", - "uncompressed": "../../web_src/fomantic/build/components/", - "compressed": "../../web_src/fomantic/build/components/", - "themes": "../../web_src/fomantic/build/themes/" + "packaged": "../../build/", + "uncompressed": "../../build/components/", + "compressed": "../../build/components/", + "themes": "../../build/themes/" }, - "clean": "../../web_src/fomantic/build/" + "clean": "../../build/" }, "permission": false, "autoInstall": false, |