Closed kecrily closed 2 years ago
After prism becomes devDependencies, the highlighter cannot find the component for the corresponding language.
devDependencies
Cannot find module './prism-shell-session'
One thing I feel strange is that after prism is changed back to dependencies, the size of the build result becomes smaller instead.
dependencies
622.23 KB -> 548.68 KB devDependencies -> dependencies
sorry, i got my PR's mixed up ... i will look into this and reopen
This was fixed independently with my last code push so I'll close this ok?
After prism becomes
devDependencies
, the highlighter cannot find the component for the corresponding language.One thing I feel strange is that after prism is changed back to
dependencies
, the size of the build result becomes smaller instead.