sveltejs / svelte-loader

Webpack loader for svelte components.
MIT License
594 stars 73 forks source link

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

Closed curtd59 closed 2 years ago

curtd59 commented 2 years ago

const path = require('path');

antony commented 2 years ago

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.