Transpile signature package
This commit is contained in:
parent
43d731fb49
commit
0f3d41dcfa
|
@ -17,7 +17,7 @@ export default defineNuxtConfig({
|
||||||
... process.env.NUXT_PUBLIC_GOOGLE_ANALYTICS_CODE ? ['nuxt-gtag'] : [],
|
... process.env.NUXT_PUBLIC_GOOGLE_ANALYTICS_CODE ? ['nuxt-gtag'] : [],
|
||||||
],
|
],
|
||||||
build: {
|
build: {
|
||||||
transpile: ["vue-notion", "query-builder-vue-3"],
|
transpile: ["vue-notion", "query-builder-vue-3","vue-signature-pad"],
|
||||||
},
|
},
|
||||||
postcss: {
|
postcss: {
|
||||||
plugins: {
|
plugins: {
|
||||||
|
|
Loading…
Reference in New Issue