implement polyfilling, first-class firefox support coming soon

This commit is contained in:
Alphons
2023-12-02 22:17:34 +08:00
parent a9a4153c80
commit acba86d325
10 changed files with 172 additions and 118 deletions
+1 -1
View File
@@ -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' }
],