Skip to content

Commit fedaf4f

Browse files
Release 1.1.1
1 parent 8cb1792 commit fedaf4f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

lib/DrupalLibraryModule.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ module.exports = class DrupalLibraryModule extends Module {
3535
return new RawSource('')
3636
}
3737

38+
size() {
39+
return 0
40+
}
41+
3842
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "drupal-libraries-webpack-plugin",
33
"description": "Generates a Drupal asset library file for a webpack build.",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"main": "index.js",
66
"scripts": {
77
"test": "jest",

0 commit comments

Comments
 (0)