-
Does purifycss currently support source maps? If not do you intend to in the future?
-
Made an exemple at:
https://github.com/puggan/gulp-test/commit/819afc7973af69b527cc89fea874433b8d672311
the `all.css.map` file works as expected, referencing to the right less-file.
but the `al…
-
Hi, we are using following setup in `vite-config` to generate source-maps:
```typescript
plugins: [
tsconfigPaths(),
vitePluginTypescriptTransform({
enforce: 'pre',
filter: {
…
-
### Related plugins
- [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue)
- [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/package…
-
### Environment
Stackblitz environment
```
Working directory: /home/projects/gqairmgblw.github 16:28:02
Nuxt project info: …
-
### Description
Multiple SourceMap warnings `Failed to parse source map`.
![image](https://user-images.githubusercontent.com/71627983/156828434-3fe6bbe8-ccc5-4e06-a5b2-4fd2ab6495da.png)
-
When run: rollup -c and rollup -c -w
It says:
(!) Broken sourcemap
https://rollupjs.org/guide/en#warning-sourcemap-is-likely-to-be-incorrect
Plugins that transform code (such as 'banner') should…
-
There is a feature in Chrome which allows you to map "compiled" code, i.e. Javascript and CSS (for example from SASS) to the original dev files.
I feel like we could also use this for the HTML templa…
amenk updated
11 years ago
-
### 📚 Subject area/topic
Cloudflare deployment
### 📋 Page(s) affected (or suggested, for new content)
/guides/deployment-options/cloudflare.mdx
### 📋 Description of content that is out-of-date or …
-
Are there plans to generate sourcemaps ( https://web.dev/articles/source-maps & https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#heading=h.1ce2c87bpj24 ) so t…