Fix build
This commit is contained in:
BIN
assets/qlik-smart-pivot.png
Normal file
BIN
assets/qlik-smart-pivot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 123 B |
11999
package-lock.json
generated
Normal file
11999
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -40,6 +40,7 @@
|
||||
"style-loader": "0.23.1",
|
||||
"stylelint": "8.4.0",
|
||||
"stylelint-webpack-plugin": "0.10.5",
|
||||
"text-loader": "0.0.1",
|
||||
"webpack": "4.20.2",
|
||||
"webpack-cli": "3.1.2",
|
||||
"webpack-dev-server": "3.1.10"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* global $ */
|
||||
|
||||
define(['jquery', 'text!./PLSmartPivot.css'], function (e, t) {
|
||||
define(['jquery', 'text-loader!./PLSmartPivot.css'], function (e, t) {
|
||||
'use strict';
|
||||
return e('<style>').html(t).appendTo('head'), {
|
||||
initialProperties: {
|
||||
Reference in New Issue
Block a user