@@ -23,7 +23,9 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
/* global __webpack_nonce__ __webpack_public_path__ OC t n */
|
/* global __webpack_nonce__ __webpack_public_path__ OC t n */
|
||||||
__webpack_nonce__ = btoa(OC.requestToken); // eslint-disable-line no-native-reassign
|
// eslint-disable-next-line
|
||||||
|
__webpack_nonce__ = btoa(OC.requestToken);
|
||||||
|
// eslint-disable-next-line
|
||||||
__webpack_public_path__ = OC.linkTo('deck', 'js/build/');
|
__webpack_public_path__ = OC.linkTo('deck', 'js/build/');
|
||||||
|
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
/* global __webpack_nonce__ __webpack_public_path__ OC */
|
/* global __webpack_nonce__ __webpack_public_path__ OC t n */
|
||||||
__webpack_nonce__ = btoa(OC.requestToken); // eslint-disable-line no-native-reassign
|
// eslint-disable-next-line
|
||||||
|
__webpack_nonce__ = btoa(OC.requestToken);
|
||||||
|
// eslint-disable-next-line
|
||||||
__webpack_public_path__ = OC.linkTo('deck', 'js/build/');
|
__webpack_public_path__ = OC.linkTo('deck', 'js/build/');
|
||||||
|
|
||||||
// used for building a vendor stylesheet
|
// used for building a vendor stylesheet
|
||||||
|
|||||||
Reference in New Issue
Block a user