npm install grunt-webpackyarn add grunt-webpackpnpm add grunt-webpack<script src="https://fastly.jsdelivr.net/npm/grunt-webpack"></script><script src="https://unpkg.com/grunt-webpack"></script><script type="module">
import gruntwebpack from 'https://cdn.jsdelivr.net/npm/grunt-webpack/+esm';
</script><script type="module">
import gruntwebpack from 'https://cdn.skypack.dev/grunt-webpack';
</script>