mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix not being modules
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
613944c13c
commit
af9b73c8c1
@ -18,4 +18,5 @@
|
|||||||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
module.exports = {};
|
|
||||||
|
export default {};
|
||||||
|
|||||||
@ -22,4 +22,4 @@
|
|||||||
// Don't export the contents here
|
// Don't export the contents here
|
||||||
// It will break the extension webpack
|
// It will break the extension webpack
|
||||||
|
|
||||||
export const NoExportsToPreventBreakingWebpack: void = void 0;
|
export default {};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user