Files
blog/source/admin/packages/decap-cms/shims/deprecate-old-dist.js
2025-08-25 20:24:23 +08:00

4 lines
204 B
JavaScript

console.warn(
'You seem to be loading Decap CMS by fetching `dist/cms.js` from a CDN. That file is deprecated and will be removed in the next major release. Please use `dist/decap-cms.js` instead.',
);