-
![dfsasfd](http://thesassway.com/images/articles/chrome-enable-source-map.gif)
-
SJS-Builder 0.15.36
Do something like this:
```
builder.bundle('app/**/* - [app/**/*]', 'dependencies.min.js', { minify: true, sourceMaps: true });
builder.bundle('app/bootstrap - dependencies.m…
CxRes updated
6 years ago
-
This is probably a support request but it may be a feature request
I have a program structure like this:
```
project
|-- package.json
|-- src
|-- config.js
|-- jspm_packages
|…
CxRes updated
7 years ago
-
Grunt Sass Generated:
/*# sourceMappingURL=assets/css/style.css.map */
I want like this:
/*# sourceMappingURL=D:/wamp/www/foldername/foldername/wp-content/plugins/foldername/assets/css/style.…
-
With Ember CLI 0.2.3, with ember-data uninstalled and ember-validations added, I can successfully create an `addons.js` file.
Creating a new Ember CLI project and adding ember-validations and ember-g…
-
I am facing this issue right now, not sure how to fix it. Here is my rollup.config.js
```js
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
imp…
-
## Search Terms
Extension, Plugin, Vue, Custom extensions
I found some issues but no proposal :/
## Suggestion
Hi! I'm an author of the [`fork-ts-checker-webpack-plugin`](https://github.com/Ty…
-
### What version of Bun is running?
1.1.28+cf4e9cb69
### What platform is your computer?
Darwin 24.0.0 arm64 arm
### What steps can reproduce the bug?
Code:
```ts
// bug.ts
export …
-
### What's not working?
As described [here](https://redwoodjs.com/docs/app-configuration-redwood-toml#using-environment-variables-in-redwoodtoml), it's possible to use environment variables in redw…
-
I'm using this package in my ember app which is using `ember-cli` which is using `fast-sourcemap-concat` which depends on this package.
Recently, after updating `@babel/*` packages to the latest th…