Commit 1a38f2ea by Patrick Pfeiffer

add sourcemaps to build

parent 5dc807c1
......@@ -27,7 +27,8 @@ export default {
name: 'faceapi',
globals: {
'crypto': 'crypto'
}
},
sourcemap: minify ? false : true
},
external: ['crypto'],
onwarn: (warning) => {
......
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