Updated make files/scripts to accomodate execution/building in windows in addition to linux/mac (#4135)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
1a5a624470
Коммит
3bac3a0061
@@ -56,7 +56,7 @@ var config = {
|
||||
loader: 'file?name=files/[hash].[ext]'
|
||||
},
|
||||
{
|
||||
test: /(node_modules|non_npm_dependencies)\/.+\.(js|jsx)$/,
|
||||
test: /(node_modules|non_npm_dependencies)(\\|\/).+\.(js|jsx)$/,
|
||||
loader: 'imports',
|
||||
query: {
|
||||
$: 'jquery',
|
||||
|
||||
Ссылка в новой задаче
Block a user