-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR in ./~/react-material-color-picker/dist/ic_done_white_64dp_1x.png #16
Comments
@Domiii you need `babel file-loader' for this. |
@usulpro Thank you for your help! Sadly, none of the other comments provide a specific solution. const path = require('path');
module.exports = {
module: {
loaders: [
{
test: /\.css?$/,
loaders: [ 'style', 'raw' ],
include: path.resolve(__dirname, '../')
}
]
}
}; |
if webpack config only for storybook maybe remove it from |
Removing |
You are welcome! Now it fixed mantrajs/mantra-sample-blog-app#117 in mantra-sample-blog-app so should works without issues! |
My storybook stopped rendering when running
import 'storybook-addon-material-ui';
in myaddons.js
file. I'm not even using it! It appears to load apng
file as script. Maybe there is a webpack or babel configuration problem?FYI: I am running all of this on top of the mantra-sample-blog-app v0.4.1.
When visiting the storybook frontend, I am getting this error:
Here is the full log:
The text was updated successfully, but these errors were encountered: