build: upgrades build pipeline from CircleCI 1.0 -> 2.0 (#11162)

build: upgrades build pipeline from CircleCI 1.0 -> 2.0
This commit is contained in:
Leonard Gram
2018-03-09 11:27:00 +01:00
committed by GitHub
parent 77cd7f34c7
commit 49de4ed28b
5 changed files with 135 additions and 67 deletions

View File

@ -16,7 +16,7 @@ config = merge(common, {
new webpack.SourceMapDevToolPlugin({
filename: null, // if no value is provided the sourcemap is inlined
test: /\.(ts|js)($|\?)/i // process .js and .ts files only
})
}),
]
});