Warning This project is no longer maintained, it is replaced by the work of the DFINITY teams see forum
Recipe to setup Svelte with Internet Computer starting from dfx new
dfx new <my_project>
npm install --save svelte svelte-loader;
npm install --save-dev mini-css-extract-plugin;
npm install --save-dev css-loader;
see diff_with_webpack_dfx_011.pdf