Try harder to get source maps in Vue
It's not working.
This commit is contained in:
parent
8d5fb1ef0b
commit
50643698c2
1 changed files with 4 additions and 1 deletions
5
build.js
5
build.js
|
|
@ -59,9 +59,12 @@ const config = {
|
|||
silenceDeprecations: ["import"],
|
||||
type: "css",
|
||||
}),
|
||||
vue(),
|
||||
vue({
|
||||
sourceMap: true,
|
||||
}),
|
||||
],
|
||||
sourcemap: true,
|
||||
sourcesContent: true,
|
||||
define: {
|
||||
__VUE_OPTIONS_API__: "true",
|
||||
__VUE_PROD_DEVTOOLS__: "false",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue