fix: Removed Resizable componenet as that breaks Imagevault implementation inside RTE
Approved-by: Michael Zetterberg
This commit is contained in:
@@ -11,5 +11,13 @@ export default defineConfig({
|
||||
libInjectCss(),
|
||||
devtoolsJson(),
|
||||
],
|
||||
server: {
|
||||
headers: {
|
||||
"Access-Control-Allow-Origin":
|
||||
"https://eu-rte-extension.contentstack.com",
|
||||
"Access-Control-Allow-Methods": "GET, HEAD",
|
||||
"Access-Control-Allow-Headers": "*",
|
||||
},
|
||||
},
|
||||
build: { emptyOutDir: true },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user