James Dixon

Results 175 comments of James Dixon

I've refactored my code based on some of the other threads as such: ``` javascript import Ember from 'ember'; import ENV from '../config/environment'; import EmberLeafletComponent from 'ember-leaflet/components/leaflet-map'; import MarkerLayer from...

@miguelcobain I appreciate the advice. Going to take a break from this for a bit and will give it a shot. Thank you for your response!

This should be fairly easy to convert to not use bower as long as pace is available somewhere on NPM. I've just converted a bunch of bower-dependent addons to use...

@server-may-cry this is something that needs to be directly applied to the addon and not your application. If you'd like to make a PR, check out [ember-cli-node-assets](https://github.com/dfreeman/ember-cli-node-assets) for more info.

@miguelpruivo Hello! sorry for my delayed reply on this. Somehow I completely missed your response. Ah, gotcha! Yes, not much of a response. That would be great. Even just having...

Anyone have any updates on this? I keep getting the following error when deploying: `The webpack plugin could not find the configuration file at: /Users/jamesdixon/Projects/scout/platform/functions/email-service/.build/webpack.config.ts` For some reason, it doesn't...

@waynerobinson Im using `serverless-webpack` as well, but no luck. Going to try that config. Question: did you convert your `webpack.config` file to typescript or left it as `.js`?

@waynerobinson got it. I tried the straight-up JS version, but for some reason still getting that error...hmm

@waynerobinson much appreciated! Any idea what version of `serverless-webpack` and `serverless-plugin-typescript` you're using?

@waynerobinson ah, gotcha! Maybe that's the problem then -- just an issue with this plugin. My TS experience is limited, so I was hoping to be able to drop this...