File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 150
150
"vendor:react" : " node ./bin/vendor-react.js" ,
151
151
"help" : " yamscripts help" ,
152
152
"yamscripts" : " yamscripts compile" ,
153
- "__" : " # NOTE: THESE SCRIPTS ARE COMPILED!!! EDIT yamscripts.yml instead!!!" ,
154
- "storybook" : " start-storybook -p 6006 --debug-webpack" ,
155
- "build-storybook" : " build-storybook" ,
156
- "deploy-storybook" : " storybook-to-ghpages"
153
+ "__" : " # NOTE: THESE SCRIPTS ARE COMPILED!!! EDIT yamscripts.yml instead!!!"
157
154
},
158
155
"title" : " Activity Stream" ,
159
156
"permissions" : {
Original file line number Diff line number Diff line change 1
- import { addDecorator , configure , storiesOf } from "@storybook/react" ;
2
- import { Button , Welcome } from "@storybook/react/demo" ;
1
+ import "css/asm.css" ;
2
+
3
+ import { addDecorator , configure } from "@storybook/react" ;
3
4
4
- import { action } from "@storybook/addon-actions" ;
5
+ // import {action} from "@storybook/addon-actions";
5
6
import { IntlProvider } from "react-intl" ;
6
- import { linkTo } from "@storybook/addon-links" ;
7
+ // import {linkTo} from "@storybook/addon-links";
7
8
import React from "react" ;
8
9
9
10
const req = require . context ( "../content-src/components/" , true , / \. s t o r i e s \. j s x $ / ) ;
10
11
11
12
const messages = require ( "data/locales.json" ) [ "en-US" ] ; // eslint-disable-line import/no-commonjs
12
13
13
- import "css/asm.css" ;
14
-
15
14
function loadStories ( ) {
16
15
req . keys ( ) . forEach ( filename => req ( filename ) ) ;
17
16
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ module.exports = (env = {}) => ({
45
45
"." ,
46
46
] ,
47
47
alias : {
48
- ' core-js' : '/Users/dmose/r/activity-stream/ node_modules/core-js' ,
49
- react : '/Users/dmose/r/activity-stream/ node_modules/react' ,
50
- ' react-dom' : '/Users/dmose/r/activity-stream/ node_modules/react-dom' ,
51
- }
48
+ " core-js" : " node_modules/core-js" ,
49
+ " react" : " node_modules/react" ,
50
+ " react-dom" : " node_modules/react-dom" ,
51
+ } ,
52
52
} ,
53
53
externals : {
54
54
"prop-types" : "PropTypes" ,
You can’t perform that action at this time.
0 commit comments