Unverified Commit b9c123ee by justadudewhohacks Committed by GitHub

Merge pull request #27 from guybrush/sourcemaps-built

Sourcemaps
parents 5dc807c1 1a38f2ea
...@@ -27,7 +27,8 @@ export default { ...@@ -27,7 +27,8 @@ export default {
name: 'faceapi', name: 'faceapi',
globals: { globals: {
'crypto': 'crypto' 'crypto': 'crypto'
} },
sourcemap: minify ? false : true
}, },
external: ['crypto'], external: ['crypto'],
onwarn: (warning) => { onwarn: (warning) => {
...@@ -40,4 +41,4 @@ export default { ...@@ -40,4 +41,4 @@ export default {
console.warn(warning.message) console.warn(warning.message)
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment