index
:
github/kvision.git
gh-pages
kvision_1
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
webpack.config.d
/
handlebars.js
blob: 3847b17ade50b714ae81b15eca83a02b24efae47 (
plain
)
1
2
3
4
5
6
config
.
module
.
rules
.
push
(
{
test
:
/\.hbs$/i
,
loader
:
'handlebars-loader'
}
);