mirror of https://github.com/webpack/webpack.git
add tests for harmony with devtools
This commit is contained in:
parent
0b476022bb
commit
ba7b3aabbf
|
|
@ -0,0 +1,2 @@
|
||||||
|
export {}
|
||||||
|
it("should run fine", function() {});
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
module.exports = {
|
||||||
|
devtool: "eval-source-map"
|
||||||
|
};
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
export {}
|
||||||
|
it("should run fine", function() {});
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
module.exports = {
|
||||||
|
devtool: "eval"
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue