mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
11 lines
379 B
JavaScript
11 lines
379 B
JavaScript
module.exports = {
|
|
// TODO: Find proper solution. Deactivated as it causes problems with quill. Error occurs when clicking in property field which has expression.
|
|
// presets: [
|
|
// '@vue/app'
|
|
// ]
|
|
// transpileDependencies: [
|
|
// /\/node_modules\/quill/
|
|
// ]
|
|
};
|
|
// // https://stackoverflow.com/questions/44625868/es6-babel-class-constructor-cannot-be-invoked-without-new
|