chore: output blank css files to avoid broken builds (#1724)
This commit is contained in:
3
packages/netlify-cms/shims/deprecate-old-dist.js
Normal file
3
packages/netlify-cms/shims/deprecate-old-dist.js
Normal file
@ -0,0 +1,3 @@
|
||||
console.warn(
|
||||
'You seem to be loading Netlify 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/netlify-cms.js` instead.',
|
||||
);
|
Reference in New Issue
Block a user