├── .gitignore ├── ANGULAR.md ├── CONTRIBUTORS.md ├── LICENSE ├── README.md ├── index.js └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanhaichik/webpack-require-loader/HEAD/.gitignore -------------------------------------------------------------------------------- /ANGULAR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanhaichik/webpack-require-loader/HEAD/ANGULAR.md -------------------------------------------------------------------------------- /CONTRIBUTORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanhaichik/webpack-require-loader/HEAD/CONTRIBUTORS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanhaichik/webpack-require-loader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanhaichik/webpack-require-loader/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanhaichik/webpack-require-loader/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanhaichik/webpack-require-loader/HEAD/package.json --------------------------------------------------------------------------------