Emulsify Drupal: Adding 3rd-party libraries
Emulsify Core has changed how storybook is loaded into your project. At this time you will need to import your 3rd-party libraries on a per-story instance.
import 'jquery.js';
Emulsify Core has changed how storybook is loaded into your project. At this time you will need to import your 3rd-party libraries on a per-story instance.
import 'jquery.js';