Chris Fitzsimons

Results 2 comments of Chris Fitzsimons

Hi @erflynn21 The full rules definition I have in `svelte-native-webpack.config.js` is: ``` config.module.rules.push({ test: /\.svelte$/, exclude: /node_modules/, use: [ { loader: 'svelte-loader-hot', options: { preprocess: svelteNativePreprocessor(), hotReload: true, hotOptions: {...

https://github.com/halfnelson/svelte-native-template/pull/17