serlo / editor-plugins

Editor Plugins for the Open Learning Platform serlo.org
https://serlo-editor-plugins.netlify.com
Apache License 2.0
5 stars 5 forks source link

config/storybook: import from lib files doesn't work #22

Closed Knorrke closed 6 years ago

Knorrke commented 6 years ago

The package.json of the plugins specify "main": "./lib/index.js", but lib doesn't exist anymore. So importing by package name doesn't work anymore.

Easy fix: Import src file instead.