inertia icon indicating copy to clipboard operation
inertia copied to clipboard

Disable bundle minification

Open patryk-smc opened this issue 3 years ago • 0 comments

This PR disables minification of Inertia packages.

Rationale

I wanted to customize Inertia with patch-package for my own purposes, but because it is minified, it makes that way harder.

@sebastiandedeyne said that:

I haven't come across anyone using Inertia without a bundler.

So, I believe that shouldn't cause any side effects. Many npm packages such as Axios or React are not published as minified either.

patryk-smc avatar Aug 03 '22 16:08 patryk-smc