refactor and new folder extensions

This commit is contained in:
Matteo Manzinello 2020-07-26 13:39:39 +02:00
parent d6cb0d17fb
commit 2d6fcc88b8
7 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@ module.exports = [
filename: "mailgo.firefox.min.js",
library: "mailgo",
libraryTarget: "window",
path: path.resolve(__dirname, "dist"),
path: path.resolve(__dirname, "extensions"),
},
},
{
@ -68,7 +68,7 @@ module.exports = [
filename: "mailgo.chrome.min.js",
library: "mailgo",
libraryTarget: "window",
path: path.resolve(__dirname, "dist"),
path: path.resolve(__dirname, "extensions"),
},
},
{

View File

@ -1,4 +1,4 @@
// webpack > dist/mailgo.chrome.js
// webpack > extensions/mailgo.chrome.js
// script to add in Chrome extension
// https://github.com/manzinello/mailgo-chrome-extension

View File

@ -1,4 +1,4 @@
// webpack > dist/mailgo.firefox.js
// webpack > extensions/mailgo.firefox.js
// script to add in Firefox addon
// https://github.com/manzinello/mailgo-firefox-addon