Vinícius Tabille Manjabosco
Vinícius Tabille Manjabosco
I'm using `at-loader` to build some AWS Lambda functions. [apex-typescript-example](https://github.com/stanislaw-glogowski/apex-typescript-example) Would be nice to have `entriesOnly: true` option to avoid checking the whole project when I build one function.
Is there any reason #16 has not been merged?
That would be great! I would finally be able to sync it using my dotfiles repo. If you need any help with this, let me know.
I'm having the same issue. ### Code ``` javascript var User = sequelize.define('User', { name: Sequelize.STRING }) var Task = sequelize.define('Task', { name: Sequelize.STRING }) Task.removeAttribute('id') // This line is...
This could be a solution. https://stackoverflow.com/a/48267035/1255542
I had the same issue, solved it by escaping it like this `\\$`.