mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 23:29:55 +01:00
chore(monorepo/server): remove top-level await completely
This commit is contained in:
@@ -3,8 +3,7 @@ const { join } = require('path');
|
||||
|
||||
module.exports = {
|
||||
output: {
|
||||
path: join(__dirname, 'dist'),
|
||||
libraryTarget: "module"
|
||||
path: join(__dirname, 'dist')
|
||||
},
|
||||
plugins: [
|
||||
new NxAppWebpackPlugin({
|
||||
@@ -17,8 +16,5 @@ module.exports = {
|
||||
outputHashing: 'none',
|
||||
generatePackageJson: true,
|
||||
})
|
||||
],
|
||||
experiments: {
|
||||
outputModule: true
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user