Initial commit
This commit is contained in:
commit
aa20cf0f0b
98 changed files with 9480 additions and 0 deletions
9
config/webpack/loaders/svelte.js
Normal file
9
config/webpack/loaders/svelte.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
test: /\.svelte(\.erb)?$/,
|
||||
use: [{
|
||||
loader: 'svelte-loader',
|
||||
options: {
|
||||
hotReload: false
|
||||
}
|
||||
}],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue