Vitaly Pinchuk
Vitaly Pinchuk
Can this plugin use option in babel.config.json: `"comments": false`?
Thank you for your module. I use your module [in package.json scripts](https://github.com/viT-1/dist-gh-pages/blob/7b9cf0a1902e262b4cd0aa9760b3a99e68bd8816/package.json#L19): `"scripts": { "replacestr": "replace-in-file ./dist/index.html --configFile=./replace-in-file.config.js" }` On modern way node can use esm scripts. Are you planning...
**Is your feature request related to a problem? Please describe.** After updating from 9.0.2 version to 9.1.2 we loss complete codefile `lib/vue-property-decorator.js` **Describe the solution you'd like** I like vue...
** Description ** Just run test.htm directly from disk drive with css link to local file in same directory. Error on L636 (fetchCss function): `request.open('GET', url);` ** Version ** 4.1.0...
I've got [strange whitespace](http://stylus-lang.com/try.html#?code=jsonNum%20%3D%201.0.1%0A%23logo%3Aafter%0A%20%20%20%20content%3A%20''%20%2B%20jsonNum) I don't want to wrap variable with single quotes, cause it used through imported json and other js use it as string without quotes.
tsconfig.json in project root folder: ```json { "compilerOptions": { "baseUrl": ".", "paths": { "~/*": ["./src/*"], "#common/*": ["./src/common/*"] } } } ``` I'm using your package in [node esm script](https://github.com/viT-1/systemjs-babel-es6-vue/blob/97ac18da57b7c50ccf5222155f7b4e3c13a38a22/tsconfig-paths-resolver.js#L36) When...
Trying to use .babelrc config, but as a result use configuration in a task: package.json: ``` "@babel/core": "7.4.4", "@babel/plugin-transform-template-literals": "7.4.4", "gulp-babel": "8.0.0", ``` gulp-task (show [in project](https://github.com/viT-1/systemjs-ts-es6-vue/commit/d39e56011595e523ec38991fdbdcd20b9915cc28#diff-c88ef83305da660752f4ce8952886440R35)): ``` import gBabel...
Hello! ### Description I have some problem with incorrect deploying files from local computer to remote unix server. The problem is relevant for any files: both located in the project...
I am asking [there](https://github.com/nodejs/node/pull/36177#issuecomment-1000136310). Info: [subpath imports](https://nodejs.org/api/packages.html#subpath-imports) & [subpath patterns](https://github.com/nodejs/node/blob/master/doc/api/packages.md#subpath-patterns)
It will be useful to use your library with es modules in browser.