dependabot[bot]
f966d2caa2
Bump postcss and css-loader
...
Bumps [postcss](https://github.com/postcss/postcss ) to 7.0.39 and updates ancestor dependency [css-loader](https://github.com/webpack-contrib/css-loader ). These dependencies need to be updated together.
Updates `postcss` from 7.0.2 to 7.0.39
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.2...7.0.39 )
Updates `css-loader` from 1.0.0 to 6.7.3
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v1.0.0...v6.7.3 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
- dependency-name: css-loader
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-14 19:43:16 +00:00
Pratik Borsadiya
1a087c7243
Fix an issue with multiple parameters not working after webpack build
2018-12-08 13:52:10 +05:30
Pratik Borsadiya
84dd9bab1c
Update package versions
...
Package angular, angular-translate & jQuery is updated to latest
version.
2018-09-06 00:10:31 +05:30
Pratik Borsadiya
2c335983d1
Add service-worker generation in build process
...
This will precache all the required resources and will allow the
application to respond even when the internet connection is not
available.
2018-09-05 11:47:00 +05:30
Pratik Borsadiya
fa8af23289
Add flag icon bundeling
2018-09-02 11:12:49 +05:30
Pratik Borsadiya
13cda14fa0
Add webpack bundle analyzer
2018-09-01 13:59:05 +05:30
Pratik Borsadiya
1fccfd08bc
Optimizations and fixes
...
- Remove vendor js libraries which are defined in package.json
- Fix some icon related issues in index-template.html
- Split javascript bundels in vendors and app
- Update prettier to fix scss source files and ignore build directory
2018-09-01 13:27:42 +05:30
Pratik Borsadiya
51b6e6250a
Add CSS & HTML bundeling with webpack
2018-08-31 14:27:06 +05:30
Pratik Borsadiya
34590b381c
Add webpack & Migrate codebase to be compatible with webpack
2018-08-30 23:28:55 +05:30
Pratik Borsadiya
499f272ac7
Add Git hook to auto format staged files before commit
2018-08-30 15:06:03 +05:30
Pratik Borsadiya
ee54807bb6
Initialize NPM & Add prettier
2018-08-30 14:50:26 +05:30