mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
chore(monorepo/server): configure to work with top-level await
This commit is contained in:
@@ -4,6 +4,7 @@ const { join } = require('path');
|
||||
module.exports = {
|
||||
output: {
|
||||
path: join(__dirname, 'dist'),
|
||||
libraryTarget: "module"
|
||||
},
|
||||
plugins: [
|
||||
new NxAppWebpackPlugin({
|
||||
@@ -17,4 +18,7 @@ module.exports = {
|
||||
generatePackageJson: true,
|
||||
})
|
||||
],
|
||||
experiments: {
|
||||
outputModule: true
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user