Skip to content

Commit 6b1b825

Browse files
author
Matthieu Gicquel
committed
remove web configs from example app
1 parent 643d81c commit 6b1b825

3 files changed

Lines changed: 2 additions & 25 deletions

File tree

.eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
root: true,
3-
extends: ['universe/native', 'universe/web'],
4-
ignorePatterns: ['build'],
3+
extends: ["universe/native"],
4+
ignorePatterns: ["build"],
55
};

example/app.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
},
2626
"package": "tech.bam.rnas.example"
2727
},
28-
"web": {
29-
"favicon": "./assets/favicon.png"
30-
},
3128
"plugins": [
3229
[
3330
"../app.plugin.js",

example/webpack.config.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)