-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed bundle to work with Webpack Encore
- Loading branch information
1 parent
aef5c9e
commit c3a44e0
Showing
9 changed files
with
17 additions
and
3,961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'), | ||
]); | ||
}; |
301 changes: 0 additions & 301 deletions
301
src/bundle/Resources/public/js/inputmask/dependencyLibs/inputmask.dependencyLib.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.