Skip to content
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

Webpack build error #9

Open
petervavro opened this issue Feb 15, 2020 · 1 comment
Open

Webpack build error #9

petervavro opened this issue Feb 15, 2020 · 1 comment

Comments

@petervavro
Copy link

Implementation :
<Blink>TEXT</Blink>

Received error :

✖ 「wdm」:
ERROR in ./node_modules/react-blink-tag/src/Blink.js 38:4
Module parse failed: Unexpected token (38:4)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|
|   return (
>     <span css={css`animation: ${blink} ${speed} infinite;`}>
|     {children}
|     </span>
 @ ./app/components/TableA/index.js 33:0-36 225:31-36
 @ ./app/components/PageA/index.js
 @ ./app/components/PageA/Loadable.js
 @ ./app/containers/App/index.js
 @ ./app/app.js
 @ multi ./node_modules/react-app-polyfill/ie11.js webpack-hot-middleware/client?reload=true ./app/app.js

Thanks.

@kyle-west
Copy link

@drewswaycool I think this caused by publishing unbuilt components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants