netlify-cms-yoast-seo icon indicating copy to clipboard operation
netlify-cms-yoast-seo copied to clipboard

feat(package.json): add main entry point to package

Open mihaildu opened this issue 5 years ago • 0 comments

This should allow users to import from the package without specifying the source file, e.g. instead of doing this

import 'netlify-cms-yoast-seo/dist/main.js';

you can do this

import 'netlify-cms-yoast-seo';

which should add the YOAST to window object

mihaildu avatar Sep 30 '19 09:09 mihaildu