You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1)Following the tutorial and modyfing .babelrc did not change 'stylename' to 'classname'.
webpack.js: const context = path.resolve(__dirname, '..');
.babelrc
1)Following the tutorial and modyfing .babelrc did not change 'stylename' to 'classname'.
webpack.js:
const context = path.resolve(__dirname, '..');
.babelrc
2)I tried config from demo example :
but it won't work with ts-loader
Error: ts-loader was supplied with an unexpected loader option: plugins
Can you please provide example how to use it with ts?
The text was updated successfully, but these errors were encountered: