-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use it under webpack #97
Comments
@wjf444128852 Add this to your loaders list: loaders: [
...
{
test: /\.pug$/,
loader: 'pug-loader'
},
...
] |
@drfisher TKS,This problem has been solved, |
@wjf444128852 You can use in plugins: |
@BigLiao TKS a lot |
You have to alter your webpack config for every new page you want to make? Doesn't it defeat the whole purpose of templating? |
@ffpetrovic no, it's a configuration thing
|
Tanks a lot, It has been resolved. |
So yeah, |
+1 Still having issues around webpack not being able to include pug.
|
Use webpack configuration development environment, how to use after installing pug-loader?
The text was updated successfully, but these errors were encountered: