You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* adds async componenets and placeholders
* verifies bundles config at init time
* adds i18n key for bundles config warning
* stores verified bundles in self.extraBundles
to be accessible at page load
* computes and passes
widgets dependants bundles in req
* adds methods to fill page template with
needed bundles at page load time
* modifies and adds test to verify that bundles are built,
and that pages are loading the rights bundles
* adds a test for logged users
* adds changelog
* names the bundles right depending if es5 or not
Copy file name to clipboardExpand all lines: modules/@apostrophecms/i18n/i18n/en.json
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
"assetTypeBuildComplete": "👍 {{ label }} is complete!",
32
32
"assetTypeBuilding": "🧑💻 Building the {{ label }}...",
33
33
"assetWebpackConfigWarning": "⚠️ In the module {{ module }}, your webpack config is incorrect. It must be an object and should contain only two properties extensions and bundles.",
34
+
"assetWebpackBundlesWarning": "⚠️ In the module {{ module }} your webpack config is incorrect. Each bundle can only have one property 'templates' that must be an array of strings.",
0 commit comments