Skip to content
Snippets Groups Projects
Commit e5cdd0f0 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update npm dependencies

parent ab6165a1
No related branches found
No related tags found
No related merge requests found
......@@ -5,19 +5,19 @@
"devDependencies": {
"karma": "^4.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"node-sass": "^4.12.0",
"puppeteer": "^1.15.0",
"mocha": "^6.2.0",
"chai": "^4.2.0",
"rollup": "^1.11.3",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-copy": "^2.0.1",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-multi-entry": "^2.1.0",
......
......@@ -41,16 +41,14 @@ export default {
(build !== 'local' && build !== 'test') ? terser() : false,
copy({
targets: [
'assets/index.html',
'assets/favicon.ico'
{src: 'assets/index.html', dest: 'dist'},
{src: 'assets/favicon.ico', dest: 'dist'},
],
outputFolder: 'dist'
}),
copy({
targets: [
'node_modules/select2/dist/css',
{src: 'node_modules/select2/dist/css', dest: 'dist/select2'},
],
outputFolder: 'dist/select2'
}),
(process.env.ROLLUP_WATCH === 'true') ? serve({contentBase: 'dist', host: '127.0.0.1', port: 8002}) : false
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment