mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-09-09 20:32:26 +08:00
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
This commit is contained in:

committed by
Antoine GIRARD

parent
71395dffd0
commit
afe50873a5
@ -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%",
|
||||
|
Reference in New Issue
Block a user