mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 00:41:05 +08:00
fix few issues in marko cli
This commit is contained in:
parent
a9a7f86899
commit
bbee3b86fc
@ -1,2 +1,2 @@
|
||||
import '@storybook/addon-actions/register';
|
||||
import '@storybook/addon-links/register';
|
||||
import '@storybook/addon-knobs/register';
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { configure } from '@storybook/mithril';
|
||||
import { configure } from '@storybook/marko';
|
||||
|
||||
// automatically import all files ending in *.stories.js
|
||||
const req = require.context('../stories', true, /.stories.js$/);
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
@ -89,7 +89,6 @@
|
||||
"lerna": "2.11.0",
|
||||
"lint-staged": "^7.1.0",
|
||||
"lodash": "^4.17.10",
|
||||
"marko-loader": "^1.3.3",
|
||||
"npmlog": "^4.1.2",
|
||||
"polymer-webpack-loader": "^2.0.2",
|
||||
"prettier": "^1.12.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user