Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
chore(docs): updated README file
  • Loading branch information
matteobertoldo committed Mar 18, 2023
1 parent 7db4128 commit 07b868c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const MJMLPlugin = require('webpack-mjml-plugin');
module.exports = {
// ...
plugins: [
new MJMLPlugin('src/to/mjml', {
new MJMLPlugin('src/to/mjml/*.mjml', {
extension: '.html',
outputPath: path.resolve(__dirname, 'dist/to/mjml')
});
Expand Down

0 comments on commit 07b868c

Please sign in to comment.