Skip to content

Commit 92c7ecc

Browse files
committed
New expose-loader version required exposes-param
1 parent 2a598c4 commit 92c7ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/oskari-core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable import/no-webpack-loader-syntax, import/no-unresolved */
22
// libraries
33

4-
import 'expose-loader?jQuery!jquery';
4+
import 'expose-loader?exposes=jQuery!jquery';
55
import '../src/polyfills.js';
66

77
// Oskari global

0 commit comments

Comments
 (0)