Skip to content

Commit f15030d

Browse files
committed
fix(loader): quick workaround for breaking changes in webpack@3.5 (modules prop dropped in Concatena
ISSUES CLOSED: #172
1 parent 8e16fe7 commit f15030d

3 files changed

Lines changed: 2031 additions & 2 deletions

File tree

env/webpack-3.5/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"private": true,
3+
"devDependencies": {
4+
"extract-text-webpack-plugin": "3",
5+
"webpack": "3@latest"
6+
},
7+
"packagesToLink": [
8+
"enhanced-resolve",
9+
"extract-text-webpack-plugin",
10+
"webpack"
11+
]
12+
}

0 commit comments

Comments
 (0)