Skip to content

Commit

Permalink
fix non minified invalid rapidoc.js build
Browse files Browse the repository at this point in the history
  • Loading branch information
sroucheray authored and mrin9 committed Nov 30, 2022
1 parent f9a74bb commit 3b75812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const rapidocBanner = `
* License: MIT
* Repo : https://github.com/rapi-doc/RapiDoc
* Author : Mrinmoy Majumdar
*`;
*/
`;

const commonPlugins = [
new webpack.ProvidePlugin({ Buffer: ['buffer', 'Buffer'] }),
Expand Down

0 comments on commit 3b75812

Please sign in to comment.