Plamen Nikolov

Results 22 comments of Plamen Nikolov

@creativeDM Since [`v5.4.0`](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.4.0) of this boilerplate template, all HTML files located in `src/` will be automatically processed, no need to configure or specify anything regarding the processing of the HTML...

@tommypanagora If you have named your page `about.html` and you are running the dev server on port `8000` the URL to the page is `localhost:8000/about.html`

@CalledByThe4ire can you describe a use-case and expected behaviour of this feature?

@dangelion In the latest release [`v5.0.0 - Webpack 5 Support`](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.0.0) you can see that `autoprefixer` version `10` is enabled by default and is respecting the `browserslist` section in the [`package.json`](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/blob/master/package.json#L7)...

@dangelion We are used to using SASS variables, so that is why the setup template does not have fallback for the CSS variables for IE. I see that [postcss-custom-properties](https://www.npmjs.com/package/postcss-custom-properties) can...

@ulasbinici I've reviewed the documentation about [ESLint](https://eslint.org) `line brake-style` located here [`ESLint / Enforce consistent linebreak style`](https://github.com/eslint/eslint/blob/master/docs/rules/linebreak-style.md) and it states that the valid options are: * `unix` * `windows` The...

@dangelion are you OK with the answer from @mukaspc?

@theaminuldev each extra library you want to add should have plugin provider / loader and specific documentation on how to use it with web pack. There are multiple use-cases -...

This should cover also PHP `7.1`+ as we plan the next major release to be PHP `7.1`+

`TinyMCE` cannot be embed using our asset pipeline based on `Assetic`. This is caused by the embed code for the `TinyMCE` as it appends more `` tags in runtime that...