sveltejs/svelte-loader

Minor: Example is missing import of Path variable in Webpack js

curtd59 opened this issue · 1 comments

const path = require('path');

Thanks for this. I think the examples in the readme are intended to be snippets (hence the ...), and aren't intended to document use of webpack in full.

I'm going to close this as I think the terse docs are more useful than a full how-to.