README
Noop loader for webpack
There are probably other ways to solve these problems, but sometimes I want a loader for webpack that does exactly nothing, and that is what this is for.
A webpack loader that does nothing.
<script type="module">
import noopLoader from 'https://cdn.skypack.dev/noop-loader';
</script>
There are probably other ways to solve these problems, but sometimes I want a loader for webpack that does exactly nothing, and that is what this is for.