Sentry #63

Merged
KevinMidboe merged 6 commits from sentry into master 2017-11-28 18:26:18 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit be4c79ca16 - Show all commits

3
.gitignore vendored
View File

@@ -12,3 +12,6 @@ src/webserver/access.log
./seasoned_api/conf/
yarn-error.log
*/yarn.lock
env

View File

@@ -7,7 +7,8 @@
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
"build": "webpack --config webpack.prod.js",
"build_dev": "webpack --config webpack.dev.js"
},
"dependencies": {
"clean-webpack-plugin": "^0.1.17",