mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
improve mue building
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
"newtab": "index.html"
|
"newtab": "index.html"
|
||||||
},
|
},
|
||||||
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-Q/fJeEyXf7ZhxjXeAydpu6mDGAmyqvj93tDPNxGThn0='; object-src 'self'",
|
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "./icons/16x16-circle.png",
|
"16": "./icons/16x16-circle.png",
|
||||||
"48": "./icons/48x48-circle.png",
|
"48": "./icons/48x48-circle.png",
|
||||||
|
|||||||
@@ -11,6 +11,5 @@
|
|||||||
},
|
},
|
||||||
"chrome_settings_overrides": {
|
"chrome_settings_overrides": {
|
||||||
"homepage": "index.html"
|
"homepage": "index.html"
|
||||||
},
|
}
|
||||||
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-Q/fJeEyXf7ZhxjXeAydpu6mDGAmyqvj93tDPNxGThn0='; object-src 'self'"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,10 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build"
|
"build": "env INLINE_RUNTIME_CHUNK=false && react-scripts build",
|
||||||
|
"chrome": "cp manifest/chrome.json build/manifest.json",
|
||||||
|
"firefox": "cp manifest/firefox.json build/manifest.json",
|
||||||
|
"opera": "cp manifest/opera.json build/manifest.json && cp manifest/background-opera.js build/"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
|
|||||||
Reference in New Issue
Block a user