Craig E. Shea
Craig E. Shea
I added this package to my `devDependencies` in my Node `package.json` and set up a task in Grunt. When I went to run it, it complained about "missing module source-map"....
For those of us using TypeScript, it would be useful to have TypeScript typings for this library. Thank you for creating this library, as it does solve the issue of...
I had one instance of Visual Studio 2017 15.3.3 open with a rather large solution. I then opened another instance of Visual Studio 2017 15.3.3 to open another solution (but,...
I'm currently using Craco-Alias v3.0.1. I had a very simple tsconfig file: ```jsonc { "extends": "mybase.tsconfig.json" , // Not actual filename "compilerOptions": { "baseUrl": "./", "paths": { // I actually...
### Description I read #69, and figured by now, this "should just work", with a bit of elbow grease from me. Reading that issue, it was a bit hard to...
**Does this issue relate to a new *feature* or an existing *bug*?** - [x] Bug - [x] New Feature Not sure that this is a "bug" per se, it _may_...
- [x] I have read the documentation about [command line options](../../#available-commands--options) and [advanced use cases](../../#more-advanced-use-cases) - [x] upgrade and test with the last version - [x] specify the version you...
I'm using Semantic UI React along with their Semantic UI CSS styles. App.tsx: ```jsx import 'semantic-ui-css/semantic.min.css'; import './App.css' import MyComponent from './components'; export const App = () => export default...
### Description On more than one occasion, using the `Install` option in Visual Studio 2017 causes Visual Studio to become completely unresponsive, with the only alternative being left to force...
When specifying the following emmet abbreviation: ``` script[src="/lib/myJavaScript.js"] ``` it translates it to simply: ``` ``` ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/6672136-specifying-script-tag-with-src-doesn-t-work?utm_campaign=plugin&utm_content=tracker%2F311111&utm_medium=issues&utm_source=github)** We accept...