diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-11-13 22:52:13 +0800 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-11-13 15:52:13 +0100 |
commit | afe50873a5d6b52177b0cd6bc9d2657faf82f311 (patch) | |
tree | 0d9fb3ef4d4ba5739c52f2fcb38ad96263346f08 /package.json | |
parent | 71395dffd0db0c53353e4b0cf0d687ece0032597 (diff) | |
download | gitea-afe50873a5d6b52177b0cd6bc9d2657faf82f311.tar.gz gitea-afe50873a5d6b52177b0cd6bc9d2657faf82f311.zip |
Move index.js to web_src and use webpack to pack them (#8598)
* Move index.js to web_src and use webpack
* Fix initHeatMap
* update eslint and move webpack to devDependencies
* update index.js
* add eslint env node
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 376ae89b67..60764c8806 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,9 @@ "postcss-cli": "6.1.3", "stylelint": "10.1.0", "stylelint-config-standard": "18.3.0", - "updates": "8.5.3" + "updates": "8.5.3", + "webpack": "4.41.2", + "webpack-cli": "3.3.10" }, "browserslist": [ "> 1%", |