mAAdhaTTah / babel-plugin-prismjs

A babel plugin to use PrismJS with standard bundlers.
157 stars 9 forks source link

Cannot find .babelrc file #270

Closed matteioo closed 2 years ago

matteioo commented 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?

Thank you in advance.

mAAdhaTTah commented 2 years ago

Yes, Babel has a great walkthrough for configuring it here.