Skip to content

Commit

Permalink
Merge pull request #286 from angular-ui/issue-285-es5-build-fix
Browse files Browse the repository at this point in the history
ES5 build fix
  • Loading branch information
dhilt authored May 17, 2023
2 parents 17c80d5 + 9a9f4b5 commit 3339d3b
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 14 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ Pull Request should include source code (./scr) changes, may include tests (./te

## Change log

### v1.9.1
* Fixed ES5 build.

### v1.9.0
* Webpack 5 build.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ui-scroll",
"description": "AngularJS infinite scrolling module",
"version": "1.9.0",
"version": "1.9.1",
"main": "./dist/ui-scroll.js",
"homepage": "https://github.com/angular-ui/ui-scroll.git",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions dist/ui-scroll-grid.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/ui-scroll.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ui-scroll.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ui-scroll.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ui-scroll.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ui-scroll",
"description": "AngularJS virtual scrolling module",
"version": "1.9.0",
"version": "1.9.1",
"src": "./src/",
"public": "./dist/",
"main": "./dist/ui-scroll.js",
Expand Down
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ module.exports = {

mode: ENV,

target: ['web', 'es5'],

optimization: configEnv.optimization,

module: {
Expand Down

0 comments on commit 3339d3b

Please sign in to comment.