소스 검색

Webpack config: Remove outdated comment

Danilo Bargen 5 년 전
부모
커밋
e6a3d565f2
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      webpack.common.js

+ 0 - 4
webpack.common.js

@@ -1,10 +1,6 @@
 const path = require('path');
 const webpack = require('webpack');
 
-// Target a version without class support due to this issue:
-// https://stackoverflow.com/q/43307607
-// This does not mean that we support Firefox <60ESR!
-// We will increase the target again once FF52 has died out.
 const babelOptions = {
   presets: [
     ['@babel/preset-env', {