Skip to content

Commit

Permalink
Webpack 4 support
Browse files Browse the repository at this point in the history
Fixes #8 #7
  • Loading branch information
tareq1988 committed Oct 30, 2019
1 parent 791d589 commit 62fc9ed
Show file tree
Hide file tree
Showing 41 changed files with 5,603 additions and 23,059 deletions.
31 changes: 31 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,py}]
charset = utf-8

# 4 space indentation
[*.php]
indent_style = space
indent_size = 4

# Tab indentation (no size specified)
[Makefile]
indent_style = tab

# Indentation override for all JS under lib directory
[lib/**.js]
indent_style = space
indent_size = 2

# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
2 changes: 0 additions & 2 deletions assets/css/admin.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/css/admin.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions assets/css/frontend.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/css/frontend.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions assets/css/style.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/css/style.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions assets/css/vendor.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/css/vendor.css.map

This file was deleted.

Loading

0 comments on commit 62fc9ed

Please sign in to comment.