remove the 'meta' module as it does not work as intended on the server

This commit is contained in:
Jacob Overgaard
2024-01-15 11:56:17 +01:00
parent c4e7c44427
commit 1fd0a51cdd
6 changed files with 0 additions and 12 deletions

View File

@@ -33,7 +33,6 @@
"./localization": "./dist-cms/packages/core/localization/index.js",
"./macro": "./dist-cms/packages/core/macro/index.js",
"./menu": "./dist-cms/packages/core/menu/index.js",
"./meta": "./dist-cms/packages/core/meta/index.js",
"./modal": "./dist-cms/packages/core/modal/index.js",
"./notification": "./dist-cms/packages/core/notification/index.js",
"./picker-input": "./dist-cms/packages/core/picker-input/index.js",