Add webpack

This commit is contained in:
Jerome Wu
2019-10-23 21:52:04 +08:00
parent 9ff7984c4c
commit 99adf5138c
8 changed files with 5395 additions and 1 deletions

5
scripts/.eslintrc Normal file
View File

@@ -0,0 +1,5 @@
{
"rules": {
"import/no-extraneous-dependencies": 0
}
}