fixes to build

This commit is contained in:
zadam 2020-08-27 23:54:02 +02:00
parent 020a8766c8
commit 30e84321f9
3 changed files with 4 additions and 3 deletions

View file

@ -32,8 +32,9 @@ cp webpack-* $DIR/
# cleanup of useless files in dependencies
rm -r $DIR/node_modules/image-q/demo
rm -r $DIR/node_modules/better-sqlite3/deps/sqlite3.tar.gz
rm -r $DIR/node_modules/@jimp/plugin*
rm -r $DIR/node_modules/@jimp/plugin-print/fonts
rm -r $DIR/node_modules/jimp/browser
rm -r $DIR/node_modules/jimp/fonts
# delete all tests (there are often large images as test file for jimp etc.)
find $DIR/node_modules -name test -exec rm -rf {} \;

View file

@ -1,6 +1,6 @@
"use strict";
import Note from './note.js';
const Note = require('./note.js');
class Attribute {
constructor(noteCache, row) {

View file

@ -1,6 +1,6 @@
"use strict";
import Note from "./note.js";
const Note = require('./note.js');
class Branch {
constructor(noteCache, row) {