Skip to content

Commit

Permalink
chore: Add all the cozy deps that we want to see in the CozyDevTools
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Dec 18, 2023
1 parent fcf4b12 commit 6112005
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions app.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,33 @@
const merge = require('webpack-merge')
const VersionPlugin = require('cozy-scripts/plugins/VersionPlugin')

const config = [
require('cozy-scripts/config/webpack.bundle.default.js'),
require('./app.services')
]

const extraConfig = {
plugins: [
new VersionPlugin({
packages: [
'cozy-bar',
'cozy-client',
'cozy-device-helper',
'cozy-doctypes',
'cozy-flags',
'cozy-harvest-lib',
'cozy-intent',
'cozy-interapp',
'cozy-keys-lib',
'cozy-logger',
'cozy-mespapiers-lib',
'cozy-notifications',
'cozy-realtime',
'cozy-sharing',
'cozy-ui'
]
})
],
resolve: {
alias: {
handlebars: 'handlebars/dist/handlebars.min.js',
Expand Down

0 comments on commit 6112005

Please sign in to comment.