1
0
Fork 0

🚧 Updated dependencies, added Design

This commit is contained in:
Joost De Cock 2019-02-16 07:33:36 +01:00
parent fff45cb0a5
commit 814d8542b2
4 changed files with 907 additions and 3091 deletions

View file

@ -15,11 +15,11 @@ export default {
commonjs(),
babel({
exclude: "node_modules/**"
}),
terser({
output: {
preamble: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
}
})
//terser({
// output: {
// preamble: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
// }
//})
]
};