sebavan 6 anni fa
parent
commit
275c5a786b
3 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 1
      .vscode/settings.json
  2. 0 2
      Tools/WebpackPlugins/babylonWebpackConfig.js
  3. 0 1
      package.json

+ 0 - 1
.vscode/settings.json

@@ -11,7 +11,6 @@
         "**/node_modules": true,
         "**/temp": true,
         "**/.temp": true,
-        "src/**/*.d.ts": true,
         "gui/**/*.d.ts": true,
         "inspector/**/*.d.ts": true,
         "loaders/**/*.d.ts": true,

+ 0 - 2
Tools/WebpackPlugins/babylonWebpackConfig.js

@@ -1,6 +1,5 @@
 const webpack = require('webpack');
 const babylonExternals = require('./babylonExternals');
-const hardSourceWebpackPlugin = require('hard-source-webpack-plugin');
 
 const config = require("../Config/config.js");
 
@@ -54,7 +53,6 @@ module.exports = function defaultConfig(options) {
             hints: false
         },
         plugins: [
-            //new hardSourceWebpackPlugin(),
             new webpack.WatchIgnorePlugin([
                 /\.js$/,
                 /\.d\.ts$/,

+ 0 - 1
package.json

@@ -69,7 +69,6 @@
         "gulp-tslint": "^8.1.3",
         "gulp-typedoc": "^2.2.1",
         "gulp-typescript": "4.0.2",
-        "hard-source-webpack-plugin": "^0.13.1",
         "karma": "^3.1.1",
         "karma-browserstack-launcher": "^1.4.0",
         "karma-chai": "^0.1.0",