You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiles [CanJS Stache](https://github.com/canjs/can-stache) templates with [can-view-parser](https://github.com/canjs/can-view-parser) and allows to load them with [webpack](https://webpack.github.io/)
@@ -28,6 +35,8 @@ yarn add can-stache-loader
28
35
29
36
### Configure webpack 2+
30
37
38
+
**webpack.config.js**
39
+
31
40
```js
32
41
{
33
42
module: {
@@ -46,7 +55,8 @@ yarn add can-stache-loader
46
55
### Import stache templates in your [CanJS](https://canjs.com/) project
0 commit comments