Skip to content

Commit

Permalink
Changed bundle to work with Webpack Encore
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbieniek committed Dec 30, 2019
1 parent aef5c9e commit c3a44e0
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 3,961 deletions.
7 changes: 7 additions & 0 deletions src/bundle/Resources/encore/ez.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const path = require('path');

module.exports = (Encore) => {
Encore.addEntry('ezplatform-form-builder-mb-masked-input', [
path.resolve(__dirname, '../public/js/inputmask/inputmask.min.js'),
]);
};

This file was deleted.

Loading

0 comments on commit c3a44e0

Please sign in to comment.