Ignore all module caches and make the built js the default include root
parent
8fbce5fce8
commit
e1a6ede17b
|
@ -1,3 +1,3 @@
|
|||
example
|
||||
examples
|
||||
build/.module-cache
|
||||
.module-cache
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"url": "https://github.com/matrix-org/matrix-react-sdk"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"main": "src/index.js",
|
||||
"main": "build/src/index.js",
|
||||
"style": "bundle.css",
|
||||
"scripts": {
|
||||
"build:skins": "jsx skins build/skins",
|
||||
|
|
Loading…
Reference in New Issue