-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Have a problem to include static css in react-storybook, so went to this project the try to narrow my problem but get this error on fresh clone
clone ...
npm install
npm run storybook
Error:
[333] ./~/react/lib/quoteAttributeValueForBrowser.js 746 bytes {0} [built]
[334] ./~/react/lib/renderSubtreeIntoContainer.js 463 bytes {0} [built]
[335] ./~/redbox-react/lib/index.js 8.94 kB {0} [built]
[336] ./~/redbox-react/lib/lib.js 4.66 kB {0} [built]
[337] ./~/redbox-react/lib/style.js 2.29 kB {0} [built]
[338] ./~/redux/lib/applyMiddleware.js 2.04 kB {0} [built]
[339] ./~/redux/lib/bindActionCreators.js 2.04 kB {0} [built]
[340] ./~/redux/lib/combineReducers.js 5.53 kB {0} [built]
[341] ./~/redux/lib/index.js 1.94 kB {0} [built]
[342] ./~/stackframe/stackframe.js 3.48 kB {0} [built]
[343] ./~/string.prototype.padend/implementation.js 973 bytes {0} [built]
[344] ./~/string.prototype.padend/polyfill.js 209 bytes {0} [built]
[345] ./~/string.prototype.padend/shim.js 316 bytes {0} [built]
[346] ./~/string.prototype.padstart/implementation.js 975 bytes {0} [built]
[347] ./~/string.prototype.padstart/polyfill.js 213 bytes {0} [built]
[348] ./~/string.prototype.padstart/shim.js 324 bytes {0} [built]
[349] ./~/strip-ansi/index.js 161 bytes {0} [built]
[350] ./~/symbol-observable/index.js 101 bytes {0} [built]
[351] ./~/symbol-observable/ponyfill.js 350 bytes {0} [built]
[352] ./~/uuid/rng-browser.js 682 bytes {0} [built]
[353] ./~/uuid/uuid.js 5.29 kB {0} [built]
[354] ./~/webpack-hot-middleware/client-overlay.js 1.73 kB {0} [built]
[355] ./~/webpack-hot-middleware/client.js 4.18 kB {0} [built]
[356] ./~/webpack-hot-middleware/process-update.js 3.88 kB {0} [built]
chunk {1} manager.bundle.js (manager) 257 kB [rendered]
[0] multi manager 28 bytes {1} [built]
[147] E:/ripple/react-storybook-demo/~/@kadira/storybook/dist/manager.js 257 kB {1} [built]
ERROR in ./~/todomvc-app-css/index.css
Module parse failed: e:\ripple\react-storybook-demo\node_modules\todomvc-app-css\index.css Unexpected token (2:5)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected token (2:5)
at Parser.pp.raise (E:\ripple\react-storybook-demo\node_modules\acorn\dist\acorn.js:920:13)
at Parser.pp.unexpected (E:\ripple\react-storybook-demo\node_modules\acorn\dist\acorn.js:1483:8)
at Parser.pp.semicolon (E:\ripple\react-storybook-demo\node_modules\acorn\dist\acorn.js:1462:73)
at Parser.pp.parseExpressionStatement (E:\ripple\react-storybook-demo\node_modules\acorn\dist\acorn.js:1976:8)
at Parser.pp.parseStatement (E:\ripple\react-storybook-demo\node_modules\acorn\dist\acorn.js:1754:188)
at Parser.pp.parseTopLevel (E:\ripple\react-storybook-demo\node_modules\acorn\dist\acorn.js:1648:21)
at Parser.parse (E:\ripple\react-storybook-demo\node_modules\acorn\dist\acorn.js:1616:17)
at Object.parse (E:\ripple\react-storybook-demo\node_modules\acorn\dist\acorn.js:882:44)
at Parser.parse (E:\ripple\react-storybook-demo\node_modules\webpack\lib\Parser.js:902:15)
at DependenciesBlock.<anonymous> (E:\ripple\react-storybook-demo\node_modules\webpack\lib\NormalModule.js:104:16)
@ ./.storybook/config.js 5:0-36
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels