@bundled-es-modules/msw
v1.0.0
Published
mirror of msw, bundled and exposed as ES module
Keywords
Readme
msw
This is a mirror of msw, bundled and exposed as ES module.
Install
npm install @bundled-es-modules/msw
bower install bundled-es-modules/mswUse
<script type="module">
import { rest, setupWorker /* etc */ } from '@bundled-es-modules/msw';
</script>Make sure you added @bundled-es-modules scope to the path if used via npm.
