We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2b947 commit 78f28f5Copy full SHA for 78f28f5
webpack.config.js
@@ -38,6 +38,7 @@ let config = {
38
{ from: `./manifest.${process.env.TARGET}.json`, to: `./manifest.json` },
39
{ from: '../node_modules/webextension-polyfill/dist/browser-polyfill.js', to: './vendor/' },
40
{ from: '../src/lib/openlocationcode.js', to: './vendor/' },
41
+ { from: '../node_modules/open-location-code/LICENSE', to: './vendor/openlocationcode.license.txt' },
42
{ from: '../node_modules/bootswatch/paper/bootstrap.min.css', to: './vendor/css' },
43
{ from: '../node_modules/jquery/dist/jquery.min.js', to: './vendor' },
44
{ from: '../node_modules/file-saver/dist/FileSaver.min.js', to: './vendor' },
0 commit comments