From babcb9ae1a0b214b43071ac8afcc3743a8868d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Norman=20Hauk=C3=A5s?= Date: Sun, 7 Aug 2016 14:59:47 +0200 Subject: [PATCH] Inline source-maps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55f9c6b..8e1ab92 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "Gulpfile.js", "scripts": { "clean": "rm -r dist", - "build": "jspm bundle-sfx src/app/main.ts dist/app.js && ./build.sh", + "build": "jspm bundle-sfx src/app/main.ts dist/app.js --inline-source-maps && ./build.sh", "start": "browser-sync start --no-notify -b google-chrome --startPath test/ --server --files 'src/**/*'", "postinstall": "typings install && jspm install" },