Explorar el Código

Fixed lint errors

Benjamin Giesinger hace 7 años
padre
commit
c9b9f0d4f5
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      webpack.common.js
  2. 1 1
      webpack.prod.js

+ 1 - 1
webpack.common.js

@@ -10,7 +10,7 @@ module.exports = {
     output: {
         path: path.resolve(__dirname, 'build'),
         filename: '[name].js',
-        library: "opensheetmusicdisplay"
+        library: 'opensheetmusicdisplay'
     },
     resolve: {
         // Add '.ts' and '.tsx' as a resolvable extension.

+ 1 - 1
webpack.prod.js

@@ -17,7 +17,7 @@ module.exports = merge(common, {
     },
     mode: 'production',
     optimization: {
-        minimize: true,
+        minimize: true
         // splitChunks: {
         //     chunks: 'all',
         //     name: false