aggiornato package, rimosso webpack

This commit is contained in:
Matteo Manzinello 2019-05-03 09:09:17 +02:00
parent 4da60fd1c5
commit d7ff1558a5
3 changed files with 2 additions and 5603 deletions

5581
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"description": "a different mailto", "description": "a different mailto",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "dist": "gulp"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -19,10 +19,7 @@
}, },
"homepage": "https://mailgo.js.org", "homepage": "https://mailgo.js.org",
"devDependencies": { "devDependencies": {
"css-loader": "^2.1.1",
"gulp": "^4.0.1", "gulp": "^4.0.1",
"gulp-terser": "^1.1.7", "gulp-terser": "^1.1.7"
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
} }
} }

View File

@ -1,17 +0,0 @@
const path = require("path");
module.exports = {
entry: "./src/mailgo.js",
output: {
filename: "mailgo.js",
path: path.resolve(__dirname, "dist")
},
module: {
rules: [
{
test: /\.css$/,
use: ["css-loader"]
}
]
}
};