Closed matteioo closed 2 years ago
Hello everybody,
I've installed this plugin in order to bundle my PrismJS (because every language got highlighted except language-c) using npm install babel-plugin-prismjs but I can't find the .babelrc-file. Do I need to create the file?
language-c
npm install babel-plugin-prismjs
.babelrc
Thank you in advance.
Yes, Babel has a great walkthrough for configuring it here.
Hello everybody,
I've installed this plugin in order to bundle my PrismJS (because every language got highlighted except
language-c
) usingnpm install babel-plugin-prismjs
but I can't find the.babelrc
-file. Do I need to create the file?Thank you in advance.