Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.141.164.253
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
html-loader /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
lib
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
.editorconfig
67
B
-rw-r--r--
2017-02-24 17:53
.eslintrc
463
B
-rw-r--r--
2017-02-24 17:53
.jsbeautifyrc
708
B
-rw-r--r--
2017-02-24 17:53
.npmignore
133
B
-rw-r--r--
2017-02-24 17:53
.travis.yml
217
B
-rw-r--r--
2017-02-24 18:23
CONTRIBUTING.md
1.54
KB
-rw-r--r--
2017-02-24 17:53
LICENSE
1.05
KB
-rw-r--r--
2017-02-24 17:53
README.md
8.18
KB
-rw-r--r--
2017-02-24 17:53
index.js
3.75
KB
-rw-r--r--
2017-02-24 18:23
package.json
2.14
KB
-rw-r--r--
2021-02-04 21:24
Save
Rename
# Contributing From opening a bug report to creating a pull request: every contribution is appreciated and welcome. If you're planning to implement a new feature or change the api please create an issue first. This way we can ensure that your precious work is not in vain. ## Issues Most of the time, if webpack is not working correctly for you it is a simple configuration issue. If you are having difficulty, please search the [StackOverflow with the webpack tag](http://stackoverflow.com/tags/webpack) for questions related to the `html-loader`. If you can find an answer to your issue, please post a question in [StackOverflow](http://stackoverflow.com/tags/webpack) or the [webpack Gitter](https://gitter.im/webpack/webpack) and include both your webpack & html-loader versions. **If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github.** ## Setup ```bash git clone https://github.com/webpack/html-loader.git cd html-loader npm install ``` To run the entire test suite use: ```bash npm test ``` ## Submitting Changes After getting some feedback, push to your fork and submit a pull request. We may suggest some changes or improvements or alternatives, but for small changes your pull request should be accepted quickly. Some things that will increase the chance that your pull request is accepted: * Write tests * Follow the existing Webpack coding style defined in the eslint jsbeutify and editor config rules. * Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)