mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
implement polyfilling, first-class firefox support coming soon
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ export default {
|
||||
patterns: [
|
||||
{ from: 'public', to: '.' },
|
||||
{ from: 'src/css/preview', to: 'css/preview' },
|
||||
{ from: 'node_modules/webextension-polyfill/dist/browser-polyfill.js', to: '.'},
|
||||
{ from: 'node_modules/webextension-polyfill/dist/browser-polyfill.js' },
|
||||
{ from: 'interface/dist/client', to: 'client' },
|
||||
{ from: 'interface/dist/index.html', to: 'interface/index.html' }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user