diff options
Diffstat (limited to 'examples/helloworld/webpack.config.d/css.js')
-rw-r--r-- | examples/helloworld/webpack.config.d/css.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/helloworld/webpack.config.d/css.js b/examples/helloworld/webpack.config.d/css.js deleted file mode 100644 index 5d710d35..00000000 --- a/examples/helloworld/webpack.config.d/css.js +++ /dev/null @@ -1,2 +0,0 @@ -config.module.rules.push({ test: /\.css$/, loader: "style-loader!css-loader" }); - |