roblox-plus / extension

This is the source of the Roblox+ Google Chrome extension!
https://roblox.plus
46 stars 37 forks source link

Replace scss bundling #63

Closed WebGL3D closed 1 year ago

WebGL3D commented 1 year ago

What :crayon:

This review replaces the way this extension handles scss to use webpack imports, rather than a specific call to babel to bundle the scss.

Easter Egg :egg:

This review also fixes the rockefeller street easter egg.

Waste Removal :wastebasket:

This review also removes the ability to load in a stylesheet with JavaScript. This was necessary to replace icons with images from the extension, but this is now handled for us by webpack.