{ test: /.js$/, exclude: /node_modules/, use: 'babel-loader' }
{ test: /.js$/, exclude: /node_modules|myfile/, use: 'babel-loader' }