Aug 27, 2017 · 1 min read
How can i use the bundler with create-react-app? i have code
import 'meteor-client'
import { Meteor } from 'meteor/meteor'
But error "Can’t resolve ‘meteor/meteor'"
Need any settings? Sorry if newbie question.
How can i use the bundler with create-react-app? i have code
import 'meteor-client'
import { Meteor } from 'meteor/meteor'
But error "Can’t resolve ‘meteor/meteor'"
Need any settings? Sorry if newbie question.