Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dave Schinkel
Total activity
241
Last activity
April 14, 2023 08:31
Member since
April 11, 2013 14:38
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
64
Activity overview
Posts (60)
Comments (116)
Sort by recent activity
Recent activity
Votes
Created
August 21, 2017 14:11
webpack.config.common const webpack = require("webpack");const ProgressBarPlugin = require('progress-bar-webpack-plugin');const ExtractTextPlugin = require("extract-text-webpack-plugin");const Defi...
Community
WebStorm
Debug Points Not Being Hit - JS Debug - React - 2017.2.2
0 votes
Edited
August 21, 2017 14:12
webpack.config.develop.js const webpack = require("webpack");const path = require("path");const merge = require("webpack-merge");const ExtractTextPlugin = require("extract-text-webpack-plugin");con...
Community
WebStorm
Debug Points Not Being Hit - JS Debug - React - 2017.2.2
0 votes
Edited
August 21, 2017 14:12
webpack.config.build var webpack = require("webpack");var path = require("path");var CleanWebpackPlugin = require("clean-webpack-plugin");var FaviconsWebpackPlugin = require("favicons-webpack-plug...
Community
WebStorm
Debug Points Not Being Hit - JS Debug - React - 2017.2.2
0 votes
Edited
June 20, 2017 16:32
yea thanks I can't remember which way is up anymore. So babel-node is now legacy right? Basically that stuff is now built into node or something? yes that works, going that route. I just forgo...
Community
WebStorm
`node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node --inspect-brk` instead
0 votes
Edited
May 17, 2017 04:59
> YES, you have to create a .babelrc file or put the create-react-app preset in package.json, that's what we found. And I've shared with you the solution (my blog post), we're done. Not sure why ...
Community
WebStorm
WebStorm Mocha Tests with Node Interpreter for react-create-app
0 votes
Created
May 16, 2017 16:56
which is exactly why I asked what's in your package.json, I knew there was something missing in our conversation that wasn't mentioned :). If you aren't using a .babelrc file I wanted to know how ...
Community
WebStorm
WebStorm Mocha Tests with Node Interpreter for react-create-app
0 votes
Created
May 16, 2017 15:12
What does your package.json look like because it's not working for me without .babelrc
Community
WebStorm
WebStorm Mocha Tests with Node Interpreter for react-create-app
0 votes
Edited
May 16, 2017 13:41
I've already tried that and it does not work. I know what you mean but putting just that mocha option does not work unless you add a .babelrc if you want to use the --compilers js:babel-core/regis...
Community
WebStorm
WebStorm Mocha Tests with Node Interpreter for react-create-app
0 votes
Created
March 28, 2017 02:06
Let it be known that this post is 4 years old and since then I don't have these problems with the new versions of WebStorm.
Community
WebStorm
Webstorm Caching Code????
0 votes
Edited
February 22, 2017 08:25
I just made a change to a file, ran git difftool and I get this: It's weird because that is indeed the file I changed, not sure why it says it can't find it.
Community
WebStorm
git difftool can't find files that were edited
0 votes
«
First
‹
Previous
Next
›
Last
»